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: solution.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. |