Share via


UNNotificationContent.Body Property

Definition

Gets the message that is displayed in the notification alert.

[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual string Body { [Foundation.Export("body")] get; }
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
[<get: Foundation.Export("body")>]
member this.Body : string

Property Value

The message that is displayed in the notification alert.

Attributes

Applies to