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