Uses of Interface
com.openfin.desktop.notifications.NotificationSource
Package | Description |
---|---|
com.openfin.desktop.notifications | |
com.openfin.desktop.notifications.events |
-
Uses of NotificationSource in com.openfin.desktop.notifications
Classes in com.openfin.desktop.notifications that implement NotificationSource Modifier and Type Class Description class
NotificationSourceDesktop
For notifications that have originated from an application running on the same machine as the provider.class
NotificationSourceFeed
For notifications that have come from a cloud-hosted notification feed. -
Uses of NotificationSource in com.openfin.desktop.notifications.events
Methods in com.openfin.desktop.notifications.events that return NotificationSource Modifier and Type Method Description NotificationSource
NotificationActionEvent. getSource()
Notifications can be created by both desktop applications and as push notifications from a notification feed.