UILocalNotification.DefaultSoundName Property

Definition

Developers should not use this deprecated property. Developers should use 'UNNotificationSound.DefaultSound' instead.

[Foundation.Field("UILocalNotificationDefaultSoundName", "UIKit")]
[ObjCRuntime.Deprecated(ObjCRuntime.PlatformName.iOS, 10, 0, ObjCRuntime.PlatformArchitecture.None, "Use 'UNNotificationSound.DefaultSound' instead.")]
public static Foundation.NSString DefaultSoundName { [ObjCRuntime.Deprecated(ObjCRuntime.PlatformName.iOS, 10, 0, ObjCRuntime.PlatformArchitecture.None, "Use 'UNNotificationSound.DefaultSound' instead.")] get; }
member this.DefaultSoundName : Foundation.NSString

Property Value

Attributes

Applies to