IINRequestRideIntentHandling.HandleRequestRide Method

Definition

Developers must override this method and invoke the T:System.Action`1 with an INRequestRideIntentResponse appropriate to the INRequestRideIntent intent.

[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

Parameters

intent
INRequestRideIntent

Specifies the user's intention.

completion
Action<INRequestRideIntentResponse>

Completion method that must be called by the override.

Attributes

Applies to