Share via


INListRideOptionsIntentHandling_Extensions.Confirm Method

Definition

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

[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public static void Confirm(this Intents.IINListRideOptionsIntentHandling This, Intents.INListRideOptionsIntent intent, Action<Intents.INListRideOptionsIntentResponse> completion);
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
static member Confirm : Intents.IINListRideOptionsIntentHandling * Intents.INListRideOptionsIntent * Action<Intents.INListRideOptionsIntentResponse> -> unit

Parameters

intent
INListRideOptionsIntent

Specifies the user's intention.

completion
Action<INListRideOptionsIntentResponse>

Completion method that must be called by the override.

Attributes

Applies to