Atalasoft MobileImage API Reference
|
This protocol must be implemented by classes whose objects are used as kfxKUILicenseCaptureControl delegates. More...
#import <kfxKUILicenseCaptureControl.h>
Instance Methods | |
(void) | - licenseCaptureControl:errorCode:daysRemaining:license: |
A message that indicates that an SDK license was found. More... | |
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.
|
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.
licenseCaptureControl | The license capture controller dispatching the message. |
errorCode | An error code if the license string is invalid, or KMC_SUCCESS if the SDK license was setup correctly. The error codes include:
|
daysRemaining | Indicates how many days are left in your SDK license. |
license | The license string if errorCode is KMC_SUCCESS, or nil otherwise. |