Package 

Interface IActionButton

    • Method Summary

      Modifier and Type Method Description
      abstract String getId() The ID of the action button specified when creating the notification.
      abstract String getText() The text displayed on the action button.
      abstract String getIcon() The icon displayed on the action button.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • getId

         abstract String getId()

        The ID of the action button specified when creating the notification.

      • getText

         abstract String getText()

        The text displayed on the action button.

      • getIcon

         abstract String getIcon()

        The icon displayed on the action button.