UNMutableNotificationContent.Subtitle Property

Definition

Gets or sets the notification subtitle.

[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.TvOS, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual string Subtitle { [Foundation.Export("subtitle")] [ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.TvOS, ObjCRuntime.PlatformArchitecture.All, null)] get; [Foundation.Export("setSubtitle:")] [ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.TvOS, ObjCRuntime.PlatformArchitecture.All, null)] set; }
member this.Subtitle : string with get, set

Property Value

The notification subtitle.

Attributes

Applies to