Package com.gemalto.mfs.mwsdk.cdcvm
Interface DeviceCVMCancellationSignal
public interface DeviceCVMCancellationSignal
Provides the ability to cancel a biometric authentication operation that is in progress.
Notes:
-
This is only relevant if
CHVerificationMethodisBIOMETRICS. -
An instance of this class can be obtained from
DeviceCVMVerifierInput.getDeviceCVMCancellationSignal().
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionvoidcancel()Cancels the biometric authentication operation started byDeviceCVMVerifier.startAuthentication(DeviceCVMVerifierInput)ifCHVerificationMethodisBIOMETRICS.
-
Method Details
-
cancel
void cancel()Cancels the biometric authentication operation started byDeviceCVMVerifier.startAuthentication(DeviceCVMVerifierInput)ifCHVerificationMethodisBIOMETRICS.
-