Kofax Mobile SDK API Reference
Static Public Member Functions | List of all members
SdkVersion Class Reference

This class provides access to version information for the Kofax Mobile SDK. More...

Static Public Member Functions

static String getSdkVersion ()
 Retrieve the current Kofax Mobile SDK version. More...
 
static String getPackageVersion ()
 Retrieve the version of the Utilities package. More...
 
static String getIpVersion ()
 Retrieve the image processor library version. More...
 
static String getBcVersion ()
 Retrieve the barcode library version. More...
 
static String getClassifierVersion ()
 Retrieve the classifier library version. More...
 
static Boolean versionCompatible (String versionCurrent, String versionDeserialized)
 Compare the two version strings to determine serialization compatibility. More...
 
static int compare (String version1, String version2)
 

Detailed Description

This class provides access to version information for the Kofax Mobile SDK.

This class provides a means of retrieving the version string for the Kofax Mobile SDK as a whole. It also provides access to the version information of the Utility package and the Kofax Image Processor and Classifier libraries.

Member Function Documentation

static int compare ( String  version1,
String  version2 
)
static
static String getBcVersion ( )
static

Retrieve the barcode library version.

Returns
The version string for the barcode library.
static String getClassifierVersion ( )
static

Retrieve the classifier library version.

Returns
The version string for the classifier library.
static String getIpVersion ( )
static

Retrieve the image processor library version.

Returns
The version string for the image processor library.
static String getPackageVersion ( )
static

Retrieve the version of the Utilities package.

Returns
The version string for the Utilities package.
static String getSdkVersion ( )
static

Retrieve the current Kofax Mobile SDK version.

Returns
The full version string for the Mobile SDK.
static Boolean versionCompatible ( String  versionCurrent,
String  versionDeserialized 
)
static

Compare the two version strings to determine serialization compatibility.

Returns
True if current version is greater than or equal to deserialized version.

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.