Message Handler
All SDKs provide a unique MessageHandler to indicate the success, failure or exit of the SDK.
MessageHandler signature
The message contains 2 properties:
The code is a string constant which describe the case.
The step will indicate at which step of the process the user was when this event occurred.
Warning
ERROR_SESSION_EXPIRED
and ERROR_CAMERA_ACCESS_REFUSED
errors can cause the application to malfunction if not handled by the developer when the shouldShowError
value is set to false
.
1. Code
Below, the list of codes that can be fired:
2. Step
Below, the list of steps that can be fired:
Last updated