INResumeWorkoutIntentHandling_Extensions.ConfirmResumeWorkout Method

Definition

Developers may override this method to customize the confirmation that the workout should resume.

public static void ConfirmResumeWorkout (this Intents.IINResumeWorkoutIntentHandling This, Intents.INResumeWorkoutIntent intent, Action<Intents.INResumeWorkoutIntentResponse> completion);
static member ConfirmResumeWorkout : Intents.IINResumeWorkoutIntentHandling * Intents.INResumeWorkoutIntent * Action<Intents.INResumeWorkoutIntentResponse> -> unit

Parameters

This
IINResumeWorkoutIntentHandling

The instance on which this method operates.

intent
INResumeWorkoutIntent

Specifies the user's intention.

completion
Action<INResumeWorkoutIntentResponse>

Completion method that must be called by the override.

Applies to