JumioScanUpdate
JumioScanUpdates are hints and updates that are sent via JumioScanPartInterface.onUpdate during scanning. You may be required to act on those to improve the capture experience for your users, e.g. FALLBACK or HOLD_STILL.
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.
Hold your ID straight in the camera.
Move your document closer to the screen.
Hold your document or face still so capturing can be processed. How long your document or face should be held still is exposed via the data parameter of JumioScanPartInterface.onUpdate.
Move your face into the visible frame (overlay).
Center your face.
Level your eyes and the device.
Tilt your face up
Tilt your face down
Tilt your face left
Tilt your face right
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.