Enum NotificationSoundType
The type of sound to use for the notification. See Apple documentation for details.
Namespace: Unity.Notifications.iOS
Syntax
public enum NotificationSoundType
Fields
Name | Description | Value |
---|---|---|
Critical | Critical sound (bypass Do Not Disturb) |
|
Default | Play the default sound. |
|
None | No sound. |
|
Ringtone | Ringtone sound. |