次の方法で共有


INStartWorkoutIntentHandling_Extensions.ResolveGoalValue メソッド

定義

開発者は、このメソッドを実装して、ワークアウトの目標の解決をカスタマイズできます。

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

パラメーター

This
IINStartWorkoutIntentHandling

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

intent
INStartWorkoutIntent

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

completion
Action<INDoubleResolutionResult>

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

適用対象