INStartWorkoutIntentHandling_Extensions.ResolveIsOpenEnded Method

Definition

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

public static void ResolveIsOpenEnded (this Intents.IINStartWorkoutIntentHandling This, Intents.INStartWorkoutIntent intent, Action<Intents.INBooleanResolutionResult> completion);
static member ResolveIsOpenEnded : Intents.IINStartWorkoutIntentHandling * Intents.INStartWorkoutIntent * Action<Intents.INBooleanResolutionResult> -> unit

Parameters

This
IINStartWorkoutIntentHandling

The instance on which this method operates.

intent
INStartWorkoutIntent

Specifies the user's intention.

completion
Action<INBooleanResolutionResult>

Completion method that must be called by the override.

Applies to