次の方法で共有


IINListRideOptionsIntentHandling.HandleListRideOptions メソッド

定義

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

[Foundation.Export("handleListRideOptions:completion:")]
[Foundation.Preserve(Conditional=true)]
public void HandleListRideOptions (Intents.INListRideOptionsIntent intent, Action<Intents.INListRideOptionsIntentResponse> completion);
abstract member HandleListRideOptions : Intents.INListRideOptionsIntent * Action<Intents.INListRideOptionsIntentResponse> -> unit

パラメーター

intent
INListRideOptionsIntent

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

completion
Action<INListRideOptionsIntentResponse>

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

属性

適用対象