IINRequestRideIntentHandling.HandleRequestRide 方法

定义

开发人员必须重写此方法,并使用 相应的 INRequestRideIntentintent调用 T:System.Action'1INRequestRideIntentResponse

[Foundation.Export("handleRequestRide:completion:")]
[Foundation.Preserve(Conditional=true)]
public void HandleRequestRide (Intents.INRequestRideIntent intent, Action<Intents.INRequestRideIntentResponse> completion);
abstract member HandleRequestRide : Intents.INRequestRideIntent * Action<Intents.INRequestRideIntentResponse> -> unit

参数

intent
INRequestRideIntent

指定用户的意图。

completion
Action<INRequestRideIntentResponse>

必须由替代调用的完成方法。

属性

适用于