次の方法で共有


IINGetRideStatusIntentHandling.HandleRideStatus メソッド

定義

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

[Foundation.Export("handleGetRideStatus:completion:")]
[Foundation.Preserve(Conditional=true)]
public void HandleRideStatus (Intents.INGetRideStatusIntent intent, Action<Intents.INGetRideStatusIntentResponse> completion);
abstract member HandleRideStatus : Intents.INGetRideStatusIntent * Action<Intents.INGetRideStatusIntentResponse> -> unit

パラメーター

intent
INGetRideStatusIntent

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

completion
Action<INGetRideStatusIntentResponse>

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

属性

適用対象