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>
10 
12 
16 @required
18 
21 - (void)acquireVolumeLicenseDone:(int)licAcquired error:(NSError*)error;
22 
23 @end
25 
27 
31 @interface kfxLicense : NSObject
32 
34 
36 
39 @property (nonatomic, weak) id<kfxAcquireVolumeLicenseDelegate> delegate;
41 
43 
49 + (BOOL)setMobileSDKLicense:(NSString*)license;
50 
52 
54 
68 - (void)setMobileSDKLicenseServer:(NSString*)licenseServerUrl;
69 
70 // ===================================================
72 
86 - (void)acquireOnDeviceExtractionLicensesWithCount:(int)count;
87 
88 // ===================================================
90 
107 
108 @end
id< kfxAcquireVolumeLicenseDelegate > delegate
License delegate.
Definition: kfxLicense.h:39
int getRemainingOnDeviceExtractionLicenseCount()
Get remaining license count.
This protocol must be implemented by classes whose objects are used as kfxLicense delegates...
Definition: kfxLicense.h:15
License for unlocking library features.
Definition: kfxLicense.h:31
Untitled Document © 2018 Kofax, Inc. All rights reserved. Use is subject to license terms.