次の方法で共有


INStartWorkoutIntentHandling_Extensions.ResolveWorkoutGoalUnitType メソッド

定義

開発者は、このメソッドを実装して、トレーニング目標の種類の解決をカスタマイズできます。

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

パラメーター

This
IINStartWorkoutIntentHandling

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

intent
INStartWorkoutIntent

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

completion
Action<INWorkoutGoalUnitTypeResolutionResult>

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

適用対象