|
Kofax Mobile SDK API Reference
|
Classes | |
| enum | CardStyle |
Public Member Functions | |
| CreditCardParameters (Context context) | |
| ProcessingParameters | getProcessingParameters () |
| ExtractionParameters | getExtractionParameters () |
| LookAndFeelParameters | getLookAndFeelParameters () |
Public Attributes | |
| CardStyle | cardStyle = CardStyle.EMBOSSED |
| long | extraTimeForExpiry = 1000L |
For future use! CreditCardParameters are ignored by the CreditCardWorkflowActivity
| CreditCardParameters | ( | Context | context | ) |
| ExtractionParameters getExtractionParameters | ( | ) |
| LookAndFeelParameters getLookAndFeelParameters | ( | ) |
| ProcessingParameters getProcessingParameters | ( | ) |
| CardStyle cardStyle = CardStyle.EMBOSSED |
The style card to capture.
The default value is com.kofax.mobile.sdk.capture.creditcard.CreditCardParameters.CardStyle#EMBOSSED
| long extraTimeForExpiry = 1000L |
Time in milliseconds allowed for expiry extraction once the card number has been successfully identified.
Defaults to 1000.