次の方法で共有


IINEndWorkoutIntentHandling.HandleEndWorkout メソッド

定義

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

[Foundation.Export("handleEndWorkout:completion:")]
[Foundation.Preserve(Conditional=true)]
public void HandleEndWorkout (Intents.INEndWorkoutIntent intent, Action<Intents.INEndWorkoutIntentResponse> completion);
abstract member HandleEndWorkout : Intents.INEndWorkoutIntent * Action<Intents.INEndWorkoutIntentResponse> -> unit

パラメーター

intent
INEndWorkoutIntent

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

completion
Action<INEndWorkoutIntentResponse>

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

属性

適用対象