Package com.gemalto.mfs.mwsdk.cdcvm
Interface DeviceCVMCancellationSignal
-
public interface DeviceCVMCancellationSignal
Provides the ability to cancel a biometric authentication operation in progress.Notes:
-
This is only relevant if
CHVerificationMethod
isBIOMETRICS
. -
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 void
cancel()
Cancels the biometric authentication operation started byDeviceCVMVerifier.startAuthentication(DeviceCVMVerifierInput)
ifCHVerificationMethod
isBIOMETRICS
.
-
-
-
Method Detail
-
cancel
void cancel()
Cancels the biometric authentication operation started byDeviceCVMVerifier.startAuthentication(DeviceCVMVerifierInput)
ifCHVerificationMethod
isBIOMETRICS
.
-
-