UNNotificationContent.SummaryArgumentCount Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets 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; }
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
[<get: Foundation.Export("summaryArgumentCount")>]
member this.SummaryArgumentCount : unativeint
Property Value
unativeint
The number of arguments added to the category notification string.
- Attributes