IINCancelWorkoutIntentHandling.HandleCancelWorkout 方法

定义

开发人员必须重写此方法,并使用 相应的 INCancelWorkoutIntentintent调用 T:System.Action'1INCancelWorkoutIntentResponse

[Foundation.Export("handleCancelWorkout:completion:")]
[Foundation.Preserve(Conditional=true)]
public void HandleCancelWorkout (Intents.INCancelWorkoutIntent intent, Action<Intents.INCancelWorkoutIntentResponse> completion);
abstract member HandleCancelWorkout : Intents.INCancelWorkoutIntent * Action<Intents.INCancelWorkoutIntentResponse> -> unit

参数

intent
INCancelWorkoutIntent

指定用户的意图。

completion
Action<INCancelWorkoutIntentResponse>

必须由替代调用的完成方法。

属性

适用于