INEndWorkoutIntentHandling_Extensions.ResolveWorkoutName Method

Definition

Developers can override this method to customize validation of the workout name.

public static void ResolveWorkoutName (this Intents.IINEndWorkoutIntentHandling This, Intents.INEndWorkoutIntent intent, Action<Intents.INSpeakableStringResolutionResult> completion);
static member ResolveWorkoutName : Intents.IINEndWorkoutIntentHandling * Intents.INEndWorkoutIntent * Action<Intents.INSpeakableStringResolutionResult> -> unit

Parameters

This
IINEndWorkoutIntentHandling

The instance on which this method operates.

intent
INEndWorkoutIntent

Specifies the user's intention.

completion
Action<INSpeakableStringResolutionResult>

Completion method that must be called by the override.

Applies to