Share via


INStartWorkoutIntentHandling_Extensions.ResolveIsOpenEnded Method

Definition

Developers may implement this method to customize the determination of whether a workout is open-ended.

[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public static void ResolveIsOpenEnded(this Intents.IINStartWorkoutIntentHandling This, Intents.INStartWorkoutIntent intent, Action<Intents.INBooleanResolutionResult> completion);
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
static member ResolveIsOpenEnded : Intents.IINStartWorkoutIntentHandling * Intents.INStartWorkoutIntent * Action<Intents.INBooleanResolutionResult> -> unit

Parameters

intent
INStartWorkoutIntent

Specifies the user's intention.

completion
Action<INBooleanResolutionResult>

Completion method that must be called by the override.

Attributes

Applies to