Basic detection
No data submission
Last updated
No data submission
Last updated
BiometridOn liveness detection surface acts on an isolated environment and its represented as a fragment that can be added on any activity.
To initialise the detection process:
BiometridOn.getInstance().startLivenessDetection(String token, LivenessCustomisation customisation, Context context);
After the detection process terminates a temporary file containing a specific frame of the capture is return. In most cases this file is used for submission during a Selfie submission step.
submitIdCard Callback
Callback
Boolean status
Status of validation
String filepath
File path
Errors e
Errors object
public class ExampleActivity extends Activity implements OnLivenessCallback {
@Override
protected void onCreate(Bundle savedInstanceState) {
super.onCreate(savedInstanceState);