SingleImagePassiveLivenessDetector
import com.sybrin.livenessdetection.SingleImagePassiveLivenessDetector
Summary
Nested classes
Title
interface
interface
interface
Public methods
Title
Public methods
addOnCancelListener
public
SingleImagePassiveLivenessDetector
<T> addOnCancelListener (
SingleImagePassiveLivenessDetector.OnCancelListener
onCancelListener)
Subscribes to a callback that will fire when the SDK's liveness detection process is canceled.
Parameters
Title
onCancelListener
Returns
Title
This value cannot be null
.
addOnFailureListener
public
SingleImagePassiveLivenessDetector
<T> addOnFailureListener(
SingleImagePassiveLivenessDetector.onFailureListener
onFailureListener)
Subscribes to a callback that will fire when the SDK's liveness detection process fails and throws an exception.
Parameters
Title
onFailureListener
Returns
Title
This value cannot be null
.
addOnSuccessListener
public
SingleImagePassiveLivenessDetector
<T> addOnSuccessListener(
SingleImagePassiveLivenessDetector.OnSuccessListener
<T> onSuccessListener)
Subscribes to a callback that will fire when the SDK's liveness detection process succeeds.
Parameters
Title
onSuccessListener
Returns
Title
This value cannot be null
.
Last updated