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