Package com.gemalto.mfs.mwsdk.cdcvm
Interface DeviceCVMCancellationSignal
-
public interface DeviceCVMCancellationSignalProvides the ability to cancel a biometric authentication operation in progress.Notes:
-
This is only relevant if
CHVerificationMethodisBIOMETRICS. -
An instance of this class can be obtained from
DeviceCVMVerifierInput.getDeviceCVMCancellationSignal().
- See Also:
- CancellationSignal
-
This is only relevant if
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidcancel()Cancels the biometric authentication operation started byDeviceCVMVerifier.startAuthentication(DeviceCVMVerifierInput)ifCHVerificationMethodisBIOMETRICS.
-
-
-
Method Detail
-
cancel
void cancel()
Cancels the biometric authentication operation started byDeviceCVMVerifier.startAuthentication(DeviceCVMVerifierInput)ifCHVerificationMethodisBIOMETRICS.
-
-