JumioScanStep

JumioScanSteps are mandatory callbacks that need to be handled during the processing of a JumioScanPart.

Entries

Link copied to clipboard

If a scan part needs to prepare or preload data before it starts, this scan step is triggered. As this could take a bit a loading indicator should be displayed.

Link copied to clipboard

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.

Link copied to clipboard

Some scan parts (e.g. NFC) need a reference on an Activity object.

Link copied to clipboard

Some scan parts (e.g. DOCUMENT) allow direct file upload.

Link copied to clipboard

The current JumioScanPart needs to be attached to a JumioScanView.

Link copied to clipboard

The image has been taken and is uploaded to the Jumio servers for processing.

Link copied to clipboard

An additional part needs to be taken before the JumioScanPart can be finished. The JumioCredentialPart indicates what part needs to be scanned next.

Link copied to clipboard

The image is being processed on the servers.

Link copied to clipboard

The image has been accepted and the user can review it to make sure the right image has been captured.

Link copied to clipboard

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.

Link copied to clipboard

There was a retry-able issue during the scanning. The JumioRetryReason provides a code and a message on what has happened.

Link copied to clipboard

The scan part has been captured successfully and the part can be finished.

Link copied to clipboard

There is an additional scan part coupled to the last one that can be started now (e.g. NFC).

Link copied to clipboard

The current JumioScanPart needs to be attached to a JumioDigitalIdentityView.

Link copied to clipboard

The current JumioScanPart will switch to a third party's application to continue verification (e.g. for digital identity verification).

Properties

Link copied to clipboard

Returns a representation of an immutable list of all enum entries, in the order they're declared.

Functions

Link copied to clipboard

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

Link copied to clipboard

Returns an array containing the constants of this enum type, in the order they're declared.