events library

Classes

IProovEvent
IProovEventCancelled
The user cancelled iProov, either by pressing the close button at the top right, or sending the app to the background.
IProovEventConnected
The SDK has connected, and the iProov user interface will now be displayed. You should hide any progress indication at this point.
IProovEventConnecting
The SDK is connecting to the server. You should provide an indeterminate progress indicator to let the user know that the connection is taking place.
IProovEventError
The user was not successfully verified/enrolled due to an error (e.g. lost internet connection).
IProovEventFailure
The user was not successfully verified/enrolled, as their identity could not be verified, or there was another issue with their verification/enrollment.
IProovEventProcessing
The SDK will update your app with the progress of streaming to the server and authenticating the user. This will be called multiple time as the progress updates.
IProovEventSuccess
The user was successfully verified/enrolled and the token has been validated.