Share via


IINCancelRideIntentHandling.Confirm Method

Definition

[Foundation.Export("confirmCancelRide:completion:")]
[Foundation.OptionalMember]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual void Confirm(Intents.INCancelRideIntent intent, Action<Intents.INCancelRideIntentResponse> completion);
[<Foundation.Export("confirmCancelRide:completion:")>]
[<Foundation.OptionalMember>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member Confirm : Intents.INCancelRideIntent * Action<Intents.INCancelRideIntentResponse> -> unit
override this.Confirm : Intents.INCancelRideIntent * Action<Intents.INCancelRideIntentResponse> -> unit

Parameters

intent
INCancelRideIntent

Specifies the user's intention.

completion
Action<INCancelRideIntentResponse>

Completion method that must be called by the override.

Attributes

Applies to