Interface SignatureDelegate.SignatureAsked

Enclosing interface:
SignatureDelegate

public static interface SignatureDelegate.SignatureAsked
Interface used to allow the callback delegate to signal to the mAPI that the signature has been successfully obtained, allowing the OPI flow to continue.
  • Method Summary

    Modifier and Type
    Method
    Description
    default void
    Signal signature has been obtained.
  • Method Details

    • signatureAsked

      default void signatureAsked()
      Signal signature has been obtained.