Notification manager

Implements

Constructors

Accessors

Methods

  • Dismiss one notification (specified by its id) or all if no id provided.

    Parameters

    • Optionalid: string

      Notification id

    Returns void

  • Update an existing notification.

    If the notification does not exists this won't do anything.

    Once updated the notification will be moved at the begin of the notification stack.

    Type Parameters

    • T extends ReadonlyJSONValue = ReadonlyJSONValue

    Parameters

    Returns boolean

    Whether the update was successful or not.