JumioScanStep
JumioScanSteps are mandatory callbacks that need to be handled during the processing of a JumioScanPart.
Entries
Indicates that the scanning has been started. Loading indicators that have been displayed in PREPARE can be dismissed here. The JumioCredentialPart indicates what part has been started.
Some scan parts (e.g. NFC) need a reference on an Activity object.
Some scan parts (e.g. DOCUMENT) allow direct file upload.
The current JumioScanPart needs to be attached to a JumioScanView.
The image has been taken and is uploaded to the Jumio servers for processing.
An additional part needs to be taken before the JumioScanPart can be finished. The JumioCredentialPart indicates what part needs to be scanned next.
The image is being processed on the servers.
The image has been accepted and the user can review it to make sure the right image has been captured.
The image has been rejected - the image needs to be scanned again. A map is returned that contains all JumioCredentialPart that failed mapped to a String. The string can be checked against JumioRejectReason on what has happened.
There was a retry-able issue during the scanning. The JumioRetryReason provides a code and a message on what has happened.
The scan part has been captured successfully and the part can be finished.
There is an additional scan part coupled to the last one that can be started now (e.g. NFC).
The current JumioScanPart needs to be attached to a JumioDigitalIdentityView.
The current JumioScanPart will switch to a third party's application to continue verification (e.g. for digital identity verification).
Properties
Functions
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)
Returns an array containing the constants of this enum type, in the order they're declared.