次の方法で共有


IINPauseWorkoutIntentHandling.HandlePauseWorkout メソッド

定義

開発者はこのメソッドをオーバーライドし、適切な を使用して T:System.Action'1INPauseWorkoutIntentResponseINPauseWorkoutIntentintent呼び出す必要があります。

[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>

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

属性

適用対象