Liveness Detection
This section contains the necessary knowledge to understand the Liveness engine in BiometridStandard.
Parameter
Description
data: [String: Any]?
Data if is necessary to pass information from other step
customization: Face01WrapperCustomization?
Class to change layout customization
i18n: [String: String]?
Json with keys and values to override texts of liveness layout
viewController: UIViewController
View Controller to open the liveness engine
callback: ProcessCallback
callback
Implementation example
Callback params
response: LivenessResponseDetails?
Object with the session id, face scan and auditTrail
error: Errors?
Errors associated enum
state: LivenessState
Liveness current state changes
error: Errors?
Errors associated enum
Was this helpful?