Share via


INSetTaskAttributeIntentHandling_Extensions.ResolveSpatialEventTrigger Method

Definition

Developers may implement this method to customize the resolution of a spatial event trigger.

[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public static void ResolveSpatialEventTrigger(this Intents.IINSetTaskAttributeIntentHandling This, Intents.INSetTaskAttributeIntent intent, Action<Intents.INSpatialEventTriggerResolutionResult> completion);
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
static member ResolveSpatialEventTrigger : Intents.IINSetTaskAttributeIntentHandling * Intents.INSetTaskAttributeIntent * Action<Intents.INSpatialEventTriggerResolutionResult> -> unit

Parameters

intent
INSetTaskAttributeIntent

Specifies the user's intention.

completion
Action<INSpatialEventTriggerResolutionResult>

Completion method that must be called by the override.

Attributes

Applies to