Class Notifications

Notifications

Hierarchy

  • Notifications

Constructors

Properties

Methods

Constructors

Properties

Methods

  • Delete a notification

    Parameters

    • said: string

      SAID of the notification

    Returns Promise<void>

    A promise to the result of the deletion

    Async

  • List notifications

    Parameters

    • Optional start: number = 0

      Start index of list of notifications, defaults to 0

    • Optional end: number = 24

      End index of list of notifications, defaults to 24

    Returns Promise<any>

    A promise to the list of notifications

    Async

  • Mark a notification as read

    Parameters

    • said: string

      SAID of the notification

    Returns Promise<string>

    A promise to the result of the marking

    Async

Generated using TypeDoc