Class ToastSound
Defines the available sounds for toast notifications.
Inheritance
Namespace: Syncfusion.UI.Xaml.SfToastNotification
Assembly: Syncfusion.SfToastNotification.WPF.dll
Syntax
public sealed class ToastSound : Enum
Fields
Beep
Plays the system beep sound. Supported only by in-app toast notifications.
Declaration
public const ToastSound Beep
Field Value
| Type |
|---|
| ToastSound |
Default
Plays the default system notification sound. Supported only by default toast notifications.
Declaration
public const ToastSound Default
Field Value
| Type |
|---|
| ToastSound |
Hand
Plays the system hand (error) sound. Supported only by in-app toast notifications.
Declaration
public const ToastSound Hand
Field Value
| Type |
|---|
| ToastSound |
IM
Plays the instant message notification sound. Supported only by default toast notifications.
Declaration
public const ToastSound IM
Field Value
| Type |
|---|
| ToastSound |
LoopingAlarm
Plays a looping alarm sound. Supported only by default toast notifications.
Declaration
public const ToastSound LoopingAlarm
Field Value
| Type |
|---|
| ToastSound |
LoopingAlarm10
Plays looping alarm sound variant 10. Supported only by default toast notifications.
Declaration
public const ToastSound LoopingAlarm10
Field Value
| Type |
|---|
| ToastSound |
LoopingAlarm2
Plays looping alarm sound variant 2. Supported only by default toast notifications.
Declaration
public const ToastSound LoopingAlarm2
Field Value
| Type |
|---|
| ToastSound |
LoopingAlarm3
Plays looping alarm sound variant 3. Supported only by default toast notifications.
Declaration
public const ToastSound LoopingAlarm3
Field Value
| Type |
|---|
| ToastSound |
LoopingAlarm4
Plays looping alarm sound variant 4. Supported only by default toast notifications.
Declaration
public const ToastSound LoopingAlarm4
Field Value
| Type |
|---|
| ToastSound |
LoopingAlarm5
Plays looping alarm sound variant 5. Supported only by default toast notifications.
Declaration
public const ToastSound LoopingAlarm5
Field Value
| Type |
|---|
| ToastSound |
LoopingAlarm6
Plays looping alarm sound variant 6. Supported only by default toast notifications.
Declaration
public const ToastSound LoopingAlarm6
Field Value
| Type |
|---|
| ToastSound |
LoopingAlarm7
Plays looping alarm sound variant 7. Supported only by default toast notifications.
Declaration
public const ToastSound LoopingAlarm7
Field Value
| Type |
|---|
| ToastSound |
LoopingAlarm8
Plays looping alarm sound variant 8. Supported only by default toast notifications.
Declaration
public const ToastSound LoopingAlarm8
Field Value
| Type |
|---|
| ToastSound |
LoopingAlarm9
Plays looping alarm sound variant 9. Supported only by default toast notifications.
Declaration
public const ToastSound LoopingAlarm9
Field Value
| Type |
|---|
| ToastSound |
LoopingCall
Plays a looping call ringtone. Supported only by default toast notifications.
Declaration
public const ToastSound LoopingCall
Field Value
| Type |
|---|
| ToastSound |
LoopingCall10
Plays looping call ringtone variant 10. Supported only by default toast notifications.
Declaration
public const ToastSound LoopingCall10
Field Value
| Type |
|---|
| ToastSound |
LoopingCall2
Plays looping call ringtone variant 2. Supported only by default toast notifications.
Declaration
public const ToastSound LoopingCall2
Field Value
| Type |
|---|
| ToastSound |
LoopingCall3
Plays looping call ringtone variant 3. Supported only by default toast notifications.
Declaration
public const ToastSound LoopingCall3
Field Value
| Type |
|---|
| ToastSound |
LoopingCall4
Plays looping call ringtone variant 4. Supported only by default toast notifications.
Declaration
public const ToastSound LoopingCall4
Field Value
| Type |
|---|
| ToastSound |
LoopingCall5
Plays looping call ringtone variant 5. Supported only by default toast notifications.
Declaration
public const ToastSound LoopingCall5
Field Value
| Type |
|---|
| ToastSound |
LoopingCall6
Plays looping call ringtone variant 6. Supported only by default toast notifications.
Declaration
public const ToastSound LoopingCall6
Field Value
| Type |
|---|
| ToastSound |
LoopingCall7
Plays looping call ringtone variant 7. Supported only by default toast notifications.
Declaration
public const ToastSound LoopingCall7
Field Value
| Type |
|---|
| ToastSound |
LoopingCall8
Plays looping call ringtone variant 8. Supported only by default toast notifications.
Declaration
public const ToastSound LoopingCall8
Field Value
| Type |
|---|
| ToastSound |
LoopingCall9
Plays looping call ringtone variant 9. Supported only by default toast notifications.
Declaration
public const ToastSound LoopingCall9
Field Value
| Type |
|---|
| ToastSound |
Plays the mail notification sound. Supported only by default toast notifications.
Declaration
public const ToastSound Mail
Field Value
| Type |
|---|
| ToastSound |
Reminder
Plays the reminder notification sound. Supported only by default toast notifications.
Declaration
public const ToastSound Reminder
Field Value
| Type |
|---|
| ToastSound |
Silent
No sound is played. Supported by both in-app and default toast notifications.
Declaration
public const ToastSound Silent
Field Value
| Type |
|---|
| ToastSound |
SMS
Plays the SMS notification sound. Supported only by default toast notifications.
Declaration
public const ToastSound SMS
Field Value
| Type |
|---|
| ToastSound |