Interface NotificationCommand


  • public interface NotificationCommand
    • Method Detail

      • getPlugin

        BaseNotificationPlugin getPlugin()
        Gets a plugin associated with the notification command.
        Returns:
        The notification plugin.
      • getNotificationKey

        PluginKey getNotificationKey()
        Gets a notification key associated with the notification command.
        Returns:
        The notification key.
      • processNotification

        NotificationInfo processNotification​(NotificationContext ctx)
        Builds information of a notification from the notification context.
        Parameters:
        ctx - The notification context.
        Returns:
        The notification information.