次の方法で共有


INStartWorkoutIntentHandling_Extensions.ResolveWorkoutLocationType メソッド

定義

開発者は、このメソッドを実装して、トレーニングの場所の解像度をカスタマイズできます。

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

パラメーター

This
IINStartWorkoutIntentHandling

このメソッドが動作するインスタンス。

intent
INStartWorkoutIntent

ユーザーの意図を指定します。

completion
Action<INWorkoutLocationTypeResolutionResult>

オーバーライドによって呼び出される必要がある Completion メソッド。

適用対象