INStartWorkoutIntentHandling_Extensions.ResolveWorkoutName Método

Definición

Los desarrolladores pueden llamar a este método para desencadenar la validación del nombre del entrenamiento.

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

Parámetros

This
IINStartWorkoutIntentHandling

Instancia en la que opera este método.

intent
INStartWorkoutIntent

Especifica la intención del usuario.

completion
Action<INSpeakableStringResolutionResult>

Método de finalización al que debe llamar la invalidación.

Se aplica a