Kofax Mobile SDK API Reference
Instance Methods | Class Methods | Properties | List of all members
kfxKUTSdkVersion Class 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>

Inheritance diagram for kfxKUTSdkVersion:

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...
 

Detailed Description

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.

Method Documentation

- (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.

Property Documentation

- (NSString*) barcodeVersion
readatomicretain

Barcode Reader software version string.

This property contains the version string for the barcode reader software.

- (NSString*) ClassifierVersion
readatomicretain

Classifier version string.

This property contains the Kofax Image Classifier version string.

- (NSString*) ipVersion
readatomicretain

Image Perfection software version string.

This property contains the version string for image perfection software.

- (NSString*) PackageVersion
readatomicretain

Utililities Framework version string.

This property contains the Kofax Mobile SDK Utilities Framework version string.

- (NSString*) sdkVersion
readatomicretain

SDK Version string.

This property contains the version string for the Kofax Mobile SDK.


The documentation for this class was generated from the following file:
Untitled Document © 2018 Kofax, Inc. All rights reserved. Use is subject to license terms.