Passive Liveness Detection
Last updated
Last updated
To view all the type aliases, go to the SybrinBiometrics class
Handling the doneLaunching
, success
, failure
or cancel
callbacks are optional but recommended.
The doneLaunching
callback will be executed after the view controller has successfully launched, or if the view controller failed to launch.
The success
callback will be executed after the session has finished and the view controller has been dismissed.
The failure
callback will be executed after the session has failed and the view controller has been dismissed.
If you would like to report a bug, contact us!
The cancel
callback will be executed after the user has dismissed the view controller and before the session could finish.
None
Type
Description
UIViewController
The controller you would like to present on.
Type
Description
Bool
true
if the view controller presented successfully; otherwise, false
.
String?
If an error occurs, a message describing the error; otherwise, nil
.
Type
Description
An object containing the results of the passive liveness detection session.
Type
Description
String
A message describing the error.