Share via


UNNotificationCategory.IntentIdentifiers Property

Definition

Gets the list of identifiers for the supported intents for the category.

[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual string[] IntentIdentifiers { [Foundation.Export("intentIdentifiers", ObjCRuntime.ArgumentSemantic.Copy)] get; }
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
[<get: Foundation.Export("intentIdentifiers", ObjCRuntime.ArgumentSemantic.Copy)>]
member this.IntentIdentifiers : string[]

Property Value

String[]

The list of identifiers for the supported intents for the category.

Attributes

Applies to