IINPauseWorkoutIntentHandling.HandlePauseWorkout 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
开发人员必须重写此方法,并使用 相应的 INPauseWorkoutIntentintent
调用 T:System.Action'1INPauseWorkoutIntentResponse。
[Foundation.Export("handlePauseWorkout:completion:")]
[Foundation.Preserve(Conditional=true)]
public void HandlePauseWorkout (Intents.INPauseWorkoutIntent intent, Action<Intents.INPauseWorkoutIntentResponse> completion);
abstract member HandlePauseWorkout : Intents.INPauseWorkoutIntent * Action<Intents.INPauseWorkoutIntentResponse> -> unit
参数
- intent
- INPauseWorkoutIntent
指定用户的意图。
- completion
- Action<INPauseWorkoutIntentResponse>
必须由替代调用的完成方法。
- 属性