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>

必须由重写调用的完成方法。

适用于