INCancelRideIntentHandling_Extensions.Confirm Method

Definition

public static void Confirm (this Intents.IINCancelRideIntentHandling This, Intents.INCancelRideIntent intent, Action<Intents.INCancelRideIntentResponse> completion);
static member Confirm : Intents.IINCancelRideIntentHandling * Intents.INCancelRideIntent * Action<Intents.INCancelRideIntentResponse> -> unit

Parameters

This
IINCancelRideIntentHandling

The instance on which this method operates.

intent
INCancelRideIntent

Specifies the user's intention.

completion
Action<INCancelRideIntentResponse>

Completion method that must be called by the override.

Applies to