JumioScanUpdate
JumioScanUpdates are optional hints that occur during scanning.
Entries
The camera has been started and is ready to use. Camera related functions can be called now.
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.
NFC extraction has been started - please inform the user to not move the device away.
NFC extraction is in progress - the progress is being delivered as an Integer (0-100) in the data parameter of JumioScanPartInterface.onUpdate.
NFC extraction has been finished - the user can remove the device from the document.
Center your face.
Level your eyes and the device.
Hold your ID straight in the camera.
Move your document closer to the screen.
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.
Move your face closer to the screen.
Move your face further away from the screen
Move your face to the next position according to the on-screen instructions.
Flash state of the camera is about to change - the according JumioFlashState is being delivered in the data parameter of JumioScanPartInterface.onUpdate.
Document needs to be tilted - the JumioTiltState stating current and target angle is being delivered in the data parameter of JumioScanPartInterface.onUpdate.
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.