Enum NotificationSoundType
The type of sound to use for the notification. For more information, refer to Apple documentation.
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. |