UILocalNotification.AlertTitle Property

Definition

Gets or sets the title of the notification.

[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 8, 2, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual string AlertTitle { [Foundation.Export("alertTitle")] [ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 8, 2, ObjCRuntime.PlatformArchitecture.All, null)] get; [Foundation.Export("setAlertTitle:")] [ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 8, 2, ObjCRuntime.PlatformArchitecture.All, null)] set; }
member this.AlertTitle : string with get, set

Property Value

(More documentation for this node is coming)

This value can be null.

Attributes

Applies to