Uses of Class
com.openfin.desktop.notifications.NotificationActionResult
Package | Description |
---|---|
com.openfin.desktop.notifications | |
com.openfin.desktop.notifications.events |
-
Uses of NotificationActionResult in com.openfin.desktop.notifications
Methods in com.openfin.desktop.notifications that return NotificationActionResult Modifier and Type Method Description NotificationActionResult
ButtonOptions. getOnClick()
NotificationActionResult
NotificationOptions. getOnClose()
NotificationActionResult
NotificationOptions. getOnExpire()
NotificationActionResult
NotificationOptions. getOnSelect()
Methods in com.openfin.desktop.notifications with parameters of type NotificationActionResult Modifier and Type Method Description void
ButtonOptions. setOnClick(NotificationActionResult onClick)
void
NotificationOptions. setOnClose(NotificationActionResult onClose)
void
NotificationOptions. setOnExpire(NotificationActionResult onExpire)
void
NotificationOptions. setOnSelect(NotificationActionResult onSelect)
-
Uses of NotificationActionResult in com.openfin.desktop.notifications.events
Methods in com.openfin.desktop.notifications.events that return NotificationActionResult Modifier and Type Method Description NotificationActionResult
NotificationActionEvent. getResult()
Get application-defined metadata that this event is passing back to the application.