Kofax Mobile SDK API Reference
kfxLicense.h
Go to the documentation of this file.
1 //
2 // API Reference
3 // kfxLicense.h
4 // Framework: MobileSDK
5 //
6 // Copyright (c) 2012 - 2017 Kofax. Use of this code is with permission pursuant to Kofax license terms.
7 
8 #import <Foundation/Foundation.h>
9 
11 
15 
16 @required
18 
21 - (void)acquireVolumeLicenseDone:(int)licAcquired error:(NSError*)error;
22 
23 @end
24 
26 
30 @interface kfxLicense : NSObject
31 
33 
36 @property (nonatomic, weak) id<kfxAcquireVolumeLicenseDelegate> delegate;
37 
39 
45 + (BOOL)setMobileSDKLicense:(NSString*)license;
46 
48 
62 - (void)setMobileSDKLicenseServer:(NSString*)licenseServerUrl;
63 
64 // ===================================================
66 
80 - (void)acquireOnDeviceExtractionLicensesWithCount:(int)count;
81 
82 // ===================================================
84 
100 
101 @end
id< kfxAcquireVolumeLicenseDelegate > delegate
License delegate.
Definition: kfxLicense.h:36
int getRemainingOnDeviceExtractionLicenseCount()
Get remaining license count.
This protocol must be implemented by classes whose objects are used as kfxLicense delegates...
Definition: kfxLicense.h:14
License for unlocking library features.
Definition: kfxLicense.h:30
Untitled Document © 2017 Kofax, Inc. All rights reserved. Use is subject to license terms.