JumioScanUpdate

JumioScanUpdates are optional hints that occur during scanning.

Entries

Link copied to clipboard

The camera has been started and is ready to use. Camera related functions can be called now.

Link copied to clipboard

A fallback was triggered on the current JumioScanMode. It can be either initiated by the user JumioFallbackReason.USER_ACTION or automatically due to low performance JumioFallbackReason.LOW_PERFORMANCE or no detection during a given time frame JumioFallbackReason.NO_DETECTION. The JumioFallbackReason is delivered in the data parameter of JumioScanPartInterface.onUpdate.

Link copied to clipboard

NFC extraction has been started - please inform the user to not move the device away.

Link copied to clipboard

NFC extraction is in progress - the progress is being delivered as an Integer (0-100) in the data parameter of JumioScanPartInterface.onUpdate.

Link copied to clipboard

NFC extraction has been finished - the user can remove the device from the document.

Link copied to clipboard

Center your ID.

Link copied to clipboard

Center your face.

Link copied to clipboard

Level your eyes and the device.

Link copied to clipboard

Hold your ID straight in the camera.

Link copied to clipboard

Move your document closer to the screen.

Link copied to clipboard

Move your document further away from the screen

Link copied to clipboard

Hold the document still so capturing can be processed. How long the document should be held still at least is exposed via the data parameter of JumioScanPartInterface.onUpdate.

Link copied to clipboard

Move your face closer to the screen.

Link copied to clipboard

Move your face further away from the screen

Link copied to clipboard

Move your face to the next position according to the on-screen instructions.

Link copied to clipboard

Flash state of the camera is about to change - the according JumioFlashState is being delivered in the data parameter of JumioScanPartInterface.onUpdate.

Link copied to clipboard

Document needs to be tilted - the JumioTiltState stating current and target angle is being delivered in the data parameter of JumioScanPartInterface.onUpdate.

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.