Kofax Mobile SDK API Reference
Instance Methods | List of all members
<kfxKUILicenseCaptureControlDelegate> Protocol Reference

This protocol must be implemented by classes whose objects are used as kfxKUILicenseCaptureControl delegates. More...

#import <kfxKUILicenseCaptureControl.h>

Inheritance diagram for <kfxKUILicenseCaptureControlDelegate>:

Instance Methods

(void) - licenseCaptureControl:errorCode:daysRemaining:license:
 A message that indicates that an SDK license was found. More...
 

Detailed Description

This protocol must be implemented by classes whose objects are used as kfxKUILicenseCaptureControl delegates.

This defines protocol messages that will be sent to kfxKUILicenseCaptureControl delegate objects.

Method Documentation

- (void) licenseCaptureControl: (kfxKUILicenseCaptureControl *)  licenseCaptureControl
errorCode: (int)  errorCode
daysRemaining: (int)  daysRemaining
license: (NSString *)  license 
optional

A message that indicates that an SDK license was found.

This will only be sent after the control receives a readLicense message. Once the SDK license was found, the license string will be used for SDK licensing.

Parameters
licenseCaptureControlThe license capture controller dispatching the message.
errorCodeAn error code if the license string is invalid, or KMC_SUCCESS if the SDK license was setup correctly. The error codes include:
  • EVRS_IP_LICENSING_FAILURE if the license string is invalid for setting an SDK license.
  • EVRS_IP_LICENSE_EXPIRATION_ERROR if the time limit of your SDK license has expired.
daysRemainingIndicates how many days are left in your SDK license.
licenseThe license string if errorCode is KMC_SUCCESS, or nil otherwise.

The documentation for this protocol was generated from the following file:
Untitled Document © 2018 Kofax, Inc. All rights reserved. Use is subject to license terms.