INListRideOptionsIntentHandling_Extensions.ConfirmListRideOptions Method

Definition

Developers may override this method to customize the confirmation of the list of ride options.

public static void ConfirmListRideOptions (this Intents.IINListRideOptionsIntentHandling This, Intents.INListRideOptionsIntent intent, Action<Intents.INListRideOptionsIntentResponse> completion);
static member ConfirmListRideOptions : Intents.IINListRideOptionsIntentHandling * Intents.INListRideOptionsIntent * Action<Intents.INListRideOptionsIntentResponse> -> unit

Parameters

This
IINListRideOptionsIntentHandling

The instance on which this method operates.

intent
INListRideOptionsIntent

Specifies the user's intention.

completion
Action<INListRideOptionsIntentResponse>

Completion method that must be called by the override.

Applies to