Share via


UNNotificationSettings.LockScreenSetting Property

Definition

Gets a value that tells whether the app may display notifications on the lock screen.

[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual UserNotifications.UNNotificationSetting LockScreenSetting { [Foundation.Export("lockScreenSetting")] get; }
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
[<get: Foundation.Export("lockScreenSetting")>]
member this.LockScreenSetting : UserNotifications.UNNotificationSetting

Property Value

A value that tells whether the app may display notifications on the lock screen.

Attributes

Applies to