face_auth_events library

Classes

FaceAuthEvent
FaceAuthEvent is an abstract class representing different types of events.
FaceAuthEventClosed
The user canceled iProov, either by pressing the close button at the top right, or sending the app to the background.
FaceAuthEventConnected
The SDK has connected, and the iProov user interface will now be displayed. You should hide any progress indication at this point.
FaceAuthEventConnecting
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.
FaceAuthEventFailure
The user was not successfully verified/enrolled, as their identity could not be verified, or there was another issue with their verification/enrollment.
FaceAuthEventSuccess
The user was successfully verified/enrolled and the token has been validated.