Kofax Mobile SDK API Reference
kfxKUIVersion.h
Go to the documentation of this file.
1 // kfxKUIVersion.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 
8 
11 @interface kfxKUIVersion : NSObject
12 
14 
21 
23 
26 @property (retain, readonly) NSString *packageVersion;
27 
29 
31 - (NSString *)getPackageVersion;
32 
33 @end
kfxKUIVersion * kuiInstance()
The factory method.
NSString * packageVersion
UI Controls framework version string.
Definition: kfxKUIVersion.h:26
This class includes a method which returns the SDK UIControls Framework version.
Definition: kfxKUIVersion.h:11
NSString * getPackageVersion()
Retrieve the UI Controls framework version.
Untitled Document © 2018 Kofax, Inc. All rights reserved. Use is subject to license terms.