Kofax Mobile SDK API Reference
Instance Methods | Class Methods | Properties | List of all members
kfxKENVersion Class Reference

This class includes a method which returns the SDK Engines package version. More...

#import <kfxKENVersion.h>

Inheritance diagram for kfxKENVersion:

Instance Methods

(NSString *) - getPackageVersion
 Retrieve the Engines package version. More...
 

Class Methods

(kfxKENVersion *) + kenInstance
 The factory method. More...
 

Properties

NSString * packageVersion
 Engines package version string. More...
 

Detailed Description

This class includes a method which returns the SDK Engines package version.

This class provides a means to retrieve the version string for the Engines framework of the Kofax Mobile SDK.

Method Documentation

- (NSString *) getPackageVersion

Retrieve the Engines package version.

Use this method to retrieve the version string for the Engines Framework.

self.labelEnginesVersion.text = [kenVersion getPackageVersion];
+ (kfxKENVersion*) kenInstance

The factory method.

This method returns a singleton object of kfxKENVersion.

self.labelEnginesVersion.text = [kenVersion getPackageVersion];

Property Documentation

- (NSString*) packageVersion
readatomicretain

Engines package version string.

This property is the version string for the Engines Framework.


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.