Uses of Class
com.openfin.desktop.notifications.NotificationOptions
Package | Description |
---|---|
com.openfin.desktop.notifications | |
com.openfin.desktop.notifications.events |
-
Uses of NotificationOptions in com.openfin.desktop.notifications
Methods in com.openfin.desktop.notifications that return types with arguments of type NotificationOptions Modifier and Type Method Description java.util.concurrent.CompletionStage<NotificationOptions>
Notifications. create(NotificationOptions options)
Creates a new notification.java.util.concurrent.CompletionStage<java.util.List<NotificationOptions>>
Notifications. getAll()
Retrieves all Notifications which were created by the calling application, including child windows.Methods in com.openfin.desktop.notifications with parameters of type NotificationOptions Modifier and Type Method Description java.util.concurrent.CompletionStage<NotificationOptions>
Notifications. create(NotificationOptions options)
Creates a new notification. -
Uses of NotificationOptions in com.openfin.desktop.notifications.events
Methods in com.openfin.desktop.notifications.events that return NotificationOptions Modifier and Type Method Description NotificationOptions
NotificationEvent. getNotificationOptions()