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