AboutSupportDeveloper GuideVersion 22.3.18

Event fired whenever the Notification Sound Enabled setting is toggled in Notification Center.

"notification-sound-toggled"

interface ToggleNotificationSound {
    notificationSoundEnabled: boolean;
    type: "notification-sound-toggled";
}

Properties

notificationSoundEnabled: boolean
type