INRequestRideIntentHandling_Extensions.ConfirmRequestRide Method

Definition

Developers may override this method to customize the confirmation of a ride request.

public static void ConfirmRequestRide (this Intents.IINRequestRideIntentHandling This, Intents.INRequestRideIntent intent, Action<Intents.INRequestRideIntentResponse> completion);
static member ConfirmRequestRide : Intents.IINRequestRideIntentHandling * Intents.INRequestRideIntent * Action<Intents.INRequestRideIntentResponse> -> unit

Parameters

This
IINRequestRideIntentHandling

The instance on which this method operates.

intent
INRequestRideIntent

Specifies the user's intention.

completion
Action<INRequestRideIntentResponse>

Completion method that must be called by the override.

Applies to