AboutSupportDeveloper GuideVersion 22.3.18

Sound options for a notification

interface NotificationSoundOptions {
    mode: "default" | "silent";
}

Properties

Properties

mode: "default" | "silent"

Determines the sound that will be played when a notification is received.

'default' plays the default notification sound.