Uses of Class
com.openfin.desktop.notifications.NotificationActionResult
-
Packages that use 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 NotificationActionResultButtonOptions. getOnClick()NotificationActionResultNotificationOptions. getOnClose()NotificationActionResultNotificationOptions. getOnExpire()NotificationActionResultNotificationOptions. getOnSelect()Methods in com.openfin.desktop.notifications with parameters of type NotificationActionResult Modifier and Type Method Description voidButtonOptions. setOnClick(NotificationActionResult onClick)voidNotificationOptions. setOnClose(NotificationActionResult onClose)voidNotificationOptions. setOnExpire(NotificationActionResult onExpire)voidNotificationOptions. 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 NotificationActionResultNotificationActionEvent. getResult()Get application-defined metadata that this event is passing back to the application.
-