RemoveNotificationOptionsType: Readonly<{
    group: string;
    tag: string;
}>

Options for removing a notification.

Type declaration

  • group: string

    Notification group string, used to identify notifications when removing them.

  • tag: string

    Notification tag string, used to identify notifications when removing them.