|
Kofax Mobile SDK API Reference
|
Public Member Functions | |
| void | onExtractionComplete (T results) |
| void | setExtract (Extractor extractor) |
Static Public Attributes | |
| static final String | CERTIFICATE_VALIDATOR_LISTENER |
Protected Member Functions | |
| void | onCreate (Bundle savedInstanceState) |
| synchronized void | onResume () |
| Image | getImageByBitmapId (String id) |
| void | onSaveInstanceState (Bundle outState) |
| void | extract (Image image) |
Protected Attributes | |
| Extractor< T > | _extractor |
Manages logic for extraction for the WorkflowActivity. This activity is constructed automatically by the WorkflowActivity and is not intended for direct use.
|
protected |
|
protected |
|
protected |
| void onExtractionComplete | ( | T | results | ) |
|
protected |
|
protected |
| void setExtract | ( | Extractor | extractor | ) |
|
protected |
|
static |