Share via


UNMutableNotificationContent.SummaryArgument Property

Definition

Gets or sets the notification-specific addition to the category summary string.

[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual string SummaryArgument { [Foundation.Export("summaryArgument")] get; [Foundation.Export("setSummaryArgument:")] set; }
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
[<get: Foundation.Export("summaryArgument")>]
[<set: Foundation.Export("setSummaryArgument:")>]
member this.SummaryArgument : string with get, set

Property Value

The notification-specific addition to the category summary string.

Attributes

Applies to