ActiveLivenessDetector.OnFailureListener
import com.sybrin.livenessdetection.ActiveLivenessDetector
Summary
Public methods | Title |
abstract void |
Public methods
onFailure
public void onFailure(LivenessDetectionException lde)
Called when the liveness detection process fails.
Parameters | Title |
lde | The exception that was thrown. |
Last updated