Liveness Detection
In order to verify the authenticity of a user, Biometrid's liveness engine expects the end-user to perform some basic interactions with the device in hand.
The android version of the SDK requires the developer to create a basic view where the liveness detection surface will be shown.
Example XML implementation
Method
startLivenessDetection
method
int id
View id
String biometrid_id
String biometrid id
LivenessCustomisation customisation
Object
AuthFaceCallback context
Applicational context
The result of the verification will be shown on the callback as represented below.
Callback
authRecordAudioCallback
callback
boolean status
Request status
String path
Temp file absolute path
LivenessResultStatus
Liveness status enum response
Errors errors
Error object
Basic implementation
For more information on this technology please contact us
Last updated