INStartWorkoutIntentHandling_Extensions.ConfirmStartWorkout Method

Definition

Developers may implement this method to customize a workout's starting confirmation.

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

Parameters

This
IINStartWorkoutIntentHandling

The instance on which this method operates.

intent
INStartWorkoutIntent

Specifies the user's intention.

completion
Action<INStartWorkoutIntentResponse>

Completion method that must be called by the override.

Applies to