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

◆ captureImage()

void captureImage ( )
protected

Reimplemented in CreditCardWorkflowActivity.

◆ clearBitmap()

void clearBitmap ( String  imageId)
protected

◆ getCaptureActivityClass()

abstract Class<? extends Activity> getCaptureActivityClass ( )
abstract

◆ getDefaultProcessingString()

abstract String getDefaultProcessingString ( parameters)
abstract

◆ getDefaultReturnObject()

abstract CaptureData getDefaultReturnObject ( )
abstract

◆ getExceptionKey()

abstract String getExceptionKey ( )
abstract

◆ getExtractActivityClass()

abstract Class<? extends Activity> getExtractActivityClass ( )
abstract

◆ getParameters()

T getParameters ( Bundle  savedInstanceState)

◆ getParametersInstance()

abstract T getParametersInstance ( )
abstract

◆ getParametersKey()

abstract String getParametersKey ( )
abstract

◆ getResultKey()

abstract String getResultKey ( )
abstract

◆ handleException()

void handleException ( final Throwable  exc)
protected

◆ isOdeSupported()

boolean isOdeSupported ( )
protected

◆ onActivityResult()

void onActivityResult ( int  requestCode,
int  resultCode,
Intent  data 
)
protected

◆ onCreate()

void onCreate ( Bundle  savedInstanceState)
protected

◆ onDestroy()

void onDestroy ( )
protected

◆ onResume()

void onResume ( )
protected

◆ onSaveInstanceState()

void onSaveInstanceState ( Bundle  outState)
protected

◆ tryRestoreState()

void tryRestoreState ( Bundle  savedInstanceState)
protected

Member Data Documentation

◆ CERTIFICATE_VALIDATOR_LISTENER

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 © 2021 Kofax, Inc. All rights reserved. Use is subject to license terms.