public interface IActionButton
An action button within an INotification
abstract String
getId()
getText()
getIcon()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
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.