Kofax Mobile SDK API Reference
kfxKUTSdkVersion.h
Go to the documentation of this file.
1 //
2 // API Reference
3 // kfxKUTSdkVersion.h
4 // Utility Objects
5 // Copyright (c) 2012 - 2017 Kofax. Use of this code is with permission pursuant to Kofax license terms.
6 
7 #import <Foundation/Foundation.h>
8 
10 
13 @interface kfxKUTSdkVersion : NSObject
14 
16 
23 
25 
27 @property (retain, readonly) NSString *sdkVersion;
28 
30 
33 @property (retain, readonly) NSString *ipVersion;
34 
36 
39 @property (retain, readonly) NSString *barcodeVersion;
40 
42 
45 @property (retain, readonly) NSString *PackageVersion;
46 
48 
51 @property (retain, readonly) NSString *ClassifierVersion;
52 
54 
56 - (NSString *)getSdkVersion;
57 
59 
61 - (NSString *)getIpVersion;
62 
64 
66 - (NSString *)getBcVersion;
67 
69 
71 - (NSString *)getPackageVersion;
72 
74 
76 - (NSString *)getClassifierVersion;
77 
78 @end
NSString * getBcVersion()
Retrieve the Barcode Reader software version.
This class includes methods to determine the versions of several portions of the SDK, and the top level SDK Product version.
Definition: kfxKUTSdkVersion.h:13
NSString * getIpVersion()
Retrieve the Image Perfection software version.
NSString * getSdkVersion()
Retrieve the Kofax Mobile SDK version.
kfxKUTSdkVersion * sdkInstance()
The factory method for getting a common instantiation.
NSString * barcodeVersion
Barcode Reader software version string.
Definition: kfxKUTSdkVersion.h:39
NSString * getPackageVersion()
Retrieve the Utilities framework version.
NSString * getClassifierVersion()
Retrieve the Classifier version.
NSString * ClassifierVersion
Classifier version string.
Definition: kfxKUTSdkVersion.h:51
NSString * sdkVersion
SDK Version string.
Definition: kfxKUTSdkVersion.h:27
NSString * PackageVersion
Utililities Framework version string.
Definition: kfxKUTSdkVersion.h:45
NSString * ipVersion
Image Perfection software version string.
Definition: kfxKUTSdkVersion.h:33
Untitled Document © 2018 Kofax, Inc. All rights reserved. Use is subject to license terms.