Kofax Mobile SDK API Reference
Classes | Public Member Functions | Static Public Attributes | Protected Member Functions | List of all members
WorkflowActivity< T extends IParameters > Class Template Referenceabstract
Inheritance diagram for WorkflowActivity< T extends IParameters >:
BillWorkflowActivity CheckWorkflowActivity CreditCardWorkflowActivity IdWorkflowActivity PassportWorkflowActivity

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 ()
 
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)
 

Detailed Description

The base WorkflowActivity manages the logic and parameterization of the capture, process , and extract workflow.

Please see known direct subclasses for use.

Parameters
<T>
See also
BillWorkflowActivity
CheckWorkflowActivity
CreditCardWorkflowActivity
IdWorkflowActivity
PassportWorkflowActivity

Member Function Documentation

void captureImage ( )
protected
void clearBitmap ( String  imageId)
protected
abstract Class<? extends Activity> getCaptureActivityClass ( )
abstract
abstract String getDefaultProcessingString ( parameters)
abstract
abstract CaptureData getDefaultReturnObject ( )
abstract
abstract String getExceptionKey ( )
abstract
abstract Class<? extends Activity> getExtractActivityClass ( )
abstract
T getParameters ( Bundle  savedInstanceState)
abstract T getParametersInstance ( )
abstract
abstract String getParametersKey ( )
abstract
abstract String getResultKey ( )
abstract
void handleException ( final Throwable  exc)
protected
boolean isOdeSupported ( )
protected
void onActivityResult ( int  requestCode,
int  resultCode,
Intent  data 
)
protected
void onCreate ( Bundle  savedInstanceState)
protected
void onDestroy ( )
protected
void onResume ( )
protected
void onSaveInstanceState ( Bundle  outState)
protected
void tryRestoreState ( Bundle  savedInstanceState)
protected

Member Data Documentation

final String CERTIFICATE_VALIDATOR_LISTENER
static
Initial value:
=
"_com.kofax.mobile.sdk.capture._certificate_validator_listener_"

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.