Share via


UNNotificationRequest.Content Property

Definition

Gets the content of the notification.

[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual UserNotifications.UNNotificationContent Content { [Foundation.Export("content", ObjCRuntime.ArgumentSemantic.Copy)] get; }
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
[<get: Foundation.Export("content", ObjCRuntime.ArgumentSemantic.Copy)>]
member this.Content : UserNotifications.UNNotificationContent

Property Value

The content of the notification.

Attributes

Applies to