Options
All
  • Public
  • Public/Protected
  • All
Menu

Class NotificationService

Hierarchy

  • NotificationService

Index

Constructors

constructor

Methods

addListener

  • Adds a notification listener that will be called back when notifications are triggered or dismissed.

    function

    Parameters

    Returns void

dismissNotification

  • Dismiss a notification for the current user.

    Parameters

    • notification: Notification

      the notification to dismiss.

    • listener: ResultListener

      a ResultListener that will be called back to notify the user code whether the operation was sent to liberator successfully or not

    Returns void

removeListener

  • Removes a previously added notification listener, callbacks to this listener will be stopped.

    function

    Parameters

    Returns void

Generated using TypeDoc