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.

@FunctionalInterface public interface CancelableHandler
The interface that operation handlers inherit from.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    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.