Main class

Constructors

Methods

Constructors

  • Parameters

    • appId: string

      Application id, typically: 'org.nodejs.node'

    Returns Notifier

Methods

  • Remove all notifications sent by this app.

    Returns void

  • Remove a notification with a given tag/group

    Parameters

    • __namedParameters: Readonly<{
          group: string;
          tag: string;
      }>

    Returns void