ShowNotificationOptionsType: Readonly<{
    expiresOnReboot?: boolean;
    group: string;
    tag: string;
}>

Options for showing a notification.

Type declaration

  • OptionalexpiresOnReboot?: boolean

    If true - the notification will be cleared after reboot.

  • group: string

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

  • tag: string

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