public interface Notification
A Notification is an object that can be sent to notify a user of a particular event.
Notifications can be created by Trigger
's firing when their conditions are met or by
being sent from a Notifications adapter.
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getId()
Gets the unique id of the notification, can be used to dismiss the notification from
the NotificationProvider.
|
java.util.Map<java.lang.String,java.lang.String> |
getParameters()
Gets a map that contains the notification data fields.
|
java.lang.String getId()
Gets the unique id of the notification, can be used to dismiss the notification from the NotificationProvider.
java.util.Map<java.lang.String,java.lang.String> getParameters()
Gets a map that contains the notification data fields.
Please send bug reports and comments to Caplin support