Enum NotificationSoundType
The type of sound to use for the notification. See Apple documentation for details. https://developer.apple.com/documentation/usernotifications/unnotificationsound?language=objc
Namespace: Unity.Notifications.iOS
Assembly: Unity.Notifications.iOS.dll
Syntax
public enum NotificationSoundType
Fields
| Name | Description |
|---|---|
| Critical | Critical sound (bypass Do Not Disturb) |
| Default | Play the default sound. |
| None | No sound. |
| Ringtone | Ringtone sound. |