Share via


UNMutableNotificationContent.SummaryArgumentCount Property

Definition

Gets or sets the number of arguments that the notification adds to the category summary string.

[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual UIntPtr SummaryArgumentCount { [Foundation.Export("summaryArgumentCount")] get; [Foundation.Export("setSummaryArgumentCount:")] set; }
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
[<get: Foundation.Export("summaryArgumentCount")>]
[<set: Foundation.Export("setSummaryArgumentCount:")>]
member this.SummaryArgumentCount : unativeint with get, set

Property Value

UIntPtr

unativeint

The number of arguments added to the category notification string.

Attributes

Applies to