Hierarchy

  • NotificationService

Constructors

Methods

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

    Parameters

    Returns void

    Function

  • 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

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

    Parameters

    Returns void

    Function

Generated using TypeDoc