Interface CancelableHandler
- All Known Subinterfaces:
AccountSelectionHandler,AuthenticatorSelectionHandler,BiometricUserVerificationHandler,DevicePasscodeUserVerificationHandler,FingerprintUserVerificationHandler,PasswordChangeHandler,PasswordEnrollmentHandler,PasswordUserVerificationHandler,PinChangeHandler,PinEnrollmentHandler,PinUserVerificationHandler
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
The interface that operation handlers inherit from.
-
Method Summary
Modifier and TypeMethodDescriptionvoidcancel()This method must be invoked if the operation must be canceled.
-
Method Details
-
cancel
void cancel()This method must be invoked if the operation must be canceled.
-