Share via


IINListRideOptionsIntentHandling.Confirm Method

Definition

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

[Foundation.Export("confirmListRideOptions:completion:")]
[Foundation.OptionalMember]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual void Confirm(Intents.INListRideOptionsIntent intent, Action<Intents.INListRideOptionsIntentResponse> completion);
[<Foundation.Export("confirmListRideOptions:completion:")>]
[<Foundation.OptionalMember>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member Confirm : Intents.INListRideOptionsIntent * Action<Intents.INListRideOptionsIntentResponse> -> unit
override this.Confirm : 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