Kofax Mobile SDK API Reference
kfxKENVersion.h
Go to the documentation of this file.
1 // kfxKEDVersion.h
2 // Utility Objects
3 // Copyright (c) 2012 - 2017 Kofax. Use of this code is with permission pursuant to Kofax license terms.
4 
5 #import <Foundation/Foundation.h>
6 
7 #ifndef KFX_KED_VERSION_INCLUDED
8 #define KFX_KED_VERSION_INCLUDED
9 
11 
15 @interface kfxKENVersion : NSObject
16 
18 
26 
28 
31 @property (retain, readonly) NSString *packageVersion;
32 
34 
40 - (NSString *)getPackageVersion;
41 
42 @end
43 #endif
44 
NSString * getPackageVersion()
Retrieve the Engines package version.
NSString * packageVersion
Engines package version string.
Definition: kfxKENVersion.h:31
This class includes a method which returns the SDK Engines package version.
Definition: kfxKENVersion.h:15
kfxKENVersion * kenInstance()
The factory method.
Untitled Document © 2018 Kofax, Inc. All rights reserved. Use is subject to license terms.