Interface MailboxDefaultAction.Suspension

Enclosing interface:
MailboxDefaultAction

@Internal public static interface MailboxDefaultAction.Suspension
Represents the suspended state of a MailboxDefaultAction, ready to resume.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Resume execution of the default action.
  • Method Details

    • resume

      void resume()
      Resume execution of the default action.