Atalasoft MobileImage API Reference
|
This class includes methods to determine the versions of several portions of the SDK, and the top level SDK Product version. More...
#import <kfxKUTSdkVersion.h>
Instance Methods | |
(NSString *) | - getSdkVersion |
Retrieve the Kofax Mobile SDK version. More... | |
(NSString *) | - getIpVersion |
Retrieve the Image Perfection software version. More... | |
(NSString *) | - getBcVersion |
Retrieve the Barcode Reader software version. More... | |
(NSString *) | - getPackageVersion |
Retrieve the Utilities framework version. More... | |
(NSString *) | - getClassifierVersion |
Retrieve the Classifier version. More... | |
Class Methods | |
(kfxKUTSdkVersion *) | + sdkInstance |
The factory method for getting a common instantiation. More... | |
Properties | |
NSString * | sdkVersion |
SDK Version string. More... | |
NSString * | ipVersion |
Image Perfection software version string. More... | |
NSString * | barcodeVersion |
Barcode Reader software version string. More... | |
NSString * | PackageVersion |
Utililities Framework version string. More... | |
NSString * | ClassifierVersion |
Classifier version string. More... | |
This class includes methods to determine the versions of several portions of the SDK, and the top level SDK Product version.
This class provides a means of retrieving the version strings for components of the Kofax Mobile SDK. This includes the SDK product, Image Perfection software, Classifier and Utilities frameworks.
- (NSString *) getBcVersion |
Retrieve the Barcode Reader software version.
This method retrieves the version string for the barcode reader software.
- (NSString *) getClassifierVersion |
Retrieve the Classifier version.
Use this method to retrieve the version string for the Classifier.
- (NSString *) getIpVersion |
Retrieve the Image Perfection software version.
This method retrieves the version string for the image perfection software.
- (NSString *) getPackageVersion |
Retrieve the Utilities framework version.
Use this method to retrieve the KMC SDK Utilities framework version string.
- (NSString *) getSdkVersion |
Retrieve the Kofax Mobile SDK version.
Use this method to retrieve the version string for the Kofax Mobile SDK.
+ (kfxKUTSdkVersion*) sdkInstance |
The factory method for getting a common instantiation.
Use this method to get a singleton object of kfxKUTSdkVersion. Once you have an instance of this class, you can retrieve the version strings.
|
readatomicretain |
Barcode Reader software version string.
This property contains the version string for the barcode reader software.
|
readatomicretain |
Classifier version string.
This property contains the Kofax Image Classifier version string.
|
readatomicretain |
Image Perfection software version string.
This property contains the version string for image perfection software.
|
readatomicretain |
Utililities Framework version string.
This property contains the Kofax Mobile SDK Utilities Framework version string.
|
readatomicretain |
SDK Version string.
This property contains the version string for the Kofax Mobile SDK.