|
Kofax Mobile SDK API Reference
|
Public Member Functions | |
| abstract Class<?extends Activity > | getCaptureActivityClass () |
| abstract Class<?extends Activity > | getExtractActivityClass () |
| abstract String | getDefaultProcessingString (T parameters) |
| abstract CaptureData | getDefaultReturnObject () |
| abstract String | getParametersKey () |
| abstract String | getResultKey () |
| abstract String | getExceptionKey () |
| abstract T | getParametersInstance () |
| T | getParameters (Bundle savedInstanceState) |
Static Public Attributes | |
| static final String | CERTIFICATE_VALIDATOR_LISTENER |
Protected Member Functions | |
| boolean | isOdeSupported () |
| void | onCreate (Bundle savedInstanceState) |
| void | handleException (final Throwable exc) |
| void | tryRestoreState (Bundle savedInstanceState) |
| void | onSaveInstanceState (Bundle outState) |
| void | onDestroy () |
| void | onResume () |
| void | captureImage () |
| void | onActivityResult (int requestCode, int resultCode, Intent data) |
| void | clearBitmap (String imageId) |
The base WorkflowActivity manages the logic and parameterization of the capture, process , and extract workflow.
Please see known direct subclasses for use.
| <T> |
|
protected |
|
protected |
|
abstract |
|
abstract |
|
abstract |
|
abstract |
|
abstract |
| T getParameters | ( | Bundle | savedInstanceState | ) |
|
abstract |
|
abstract |
|
abstract |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
static |