Share via


INGetRideStatusIntentHandling_Extensions.Confirm Method

Definition

Developers may override this method to customize the confirmation of a ride's status.

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

Parameters

intent
INGetRideStatusIntent

Specifies the user's intention.

completion
Action<INGetRideStatusIntentResponse>

Completion method that must be called by the override.

Attributes

Applies to