Interface Notification


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.

  • Method Summary

    Modifier and Type
    Method
    Description
    Gets the unique id of the notification, can be used to dismiss the notification from the NotificationProvider.
    Gets a map that contains the notification data fields.
  • Method Details

    • getId

      String getId()

      Gets the unique id of the notification, can be used to dismiss the notification from the NotificationProvider.

      Returns:
      the unique id.
    • getParameters

      Map<String,String> getParameters()

      Gets a map that contains the notification data fields.

      Returns:
      the map of parameters.