|
Kofax Mobile SDK API Reference
|
Public Member Functions | |
| void | getHighestVersion (final String projectName, final String sdkVersion, final ICompletionListener< String > listener) |
| void | getHighestVersion (final String sdkVersion, final ICompletionListener< String > listener) |
| void | getProject (final String projectName, final String version, final ICompletionListener< File > listener) |
| void | getProject (final String version, final ICompletionListener< File > listener) |
| void | getVariant (final String projectName, final String variantName, final String version, final ICompletionListener< File > listener) |
| void | getVariant (final String variantName, final String version, final ICompletionListener< File > listener) |
| String | getLatestCachedModelDataBuildInfo (String projectName) |
| String | getLatestCachedModelDataBuildInfo () |
Specifies the interface required to satisfy extraction dependencies
| void getHighestVersion | ( | final String | projectName, |
| final String | sdkVersion, | ||
| final ICompletionListener< String > | listener | ||
| ) |
Get the highest version string that is compatible with the given SDK version
Note: The listener's object parameter will be null, or a string representing the highest compatible version
| projectName | The name of the project. This parameter is no longer used and will be ignored. |
| sdkVersion | The version of the SDK that must be compatible |
| listener | A completion listener. If this is null, no work will be done. |
Implemented in ServerProjectProvider, and LocalProjectProvider.
| void getHighestVersion | ( | final String | sdkVersion, |
| final ICompletionListener< String > | listener | ||
| ) |
Get the highest version string that is compatible with the given SDK version
Note: The listener's object parameter will be null, or a string representing the highest compatible version
| sdkVersion | The version of the SDK that must be compatible |
| listener | A completion listener. If this is null, no work will be done. |
| String getLatestCachedModelDataBuildInfo | ( | String | projectName | ) |
Get the latest model data build information from cached project
| projectName | The name of the project. This parameter is no longer used and will be ignored. |
Implemented in ServerProjectProvider, and LocalProjectProvider.
| String getLatestCachedModelDataBuildInfo | ( | ) |
Get the latest model data build information from cached project
Implemented in ServerProjectProvider, and LocalProjectProvider.
| void getProject | ( | final String | projectName, |
| final String | version, | ||
| final ICompletionListener< File > | listener | ||
| ) |
Get the project bundle for the given version
Note: The listener's object parameter will be a ZIP containing the top-level project files, including the fields.xml, classifier configurations, and cities.zip, and a file listing the available variants
| projectName | The name of the project. This parameter is no longer used and will be ignored. |
| version | The version of the project |
| listener | A completion listener. If this is null, no work will be done. |
Implemented in ServerProjectProvider, and LocalProjectProvider.
| void getProject | ( | final String | version, |
| final ICompletionListener< File > | listener | ||
| ) |
Get the project bundle for the given version
Note: The listener's object parameter will be a ZIP containing the top-level project files, including the fields.xml, classifier configurations, and cities.zip, and a file listing the available variants
| version | The version of the project |
| listener | A completion listener. If this is null, no work will be done. |
| void getVariant | ( | final String | projectName, |
| final String | variantName, | ||
| final String | version, | ||
| final ICompletionListener< File > | listener | ||
| ) |
Get a variant for the given version
Note: The listener's object parameter will be a ZIP containing the variant-specific files
| projectName | The name of the project. This parameter is no longer used and will be ignored. |
| variantName | The name of the variant |
| version | The version of the variant (this should match the same version string retrieved from getHighestVersion(String, String, ICompletionListener) |
| listener | A completion listener. If this is null, no work will be done. |
Implemented in ServerProjectProvider, and LocalProjectProvider.
| void getVariant | ( | final String | variantName, |
| final String | version, | ||
| final ICompletionListener< File > | listener | ||
| ) |
Get a variant for the given version
Note: The listener's object parameter will be a ZIP containing the variant-specific files
| variantName | The name of the variant |
| version | The version of the variant (this should match the same version string retrieved from getHighestVersion(String, String, ICompletionListener) |
| listener | A completion listener. If this is null, no work will be done. |