Share via


INGetCarLockStatusIntentHandling_Extensions.Confirm Method

Definition

Developers may implement this method to onfirm whether the car's locks can be accessed.

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

Parameters

intent
INGetCarLockStatusIntent

Specifies the user's intention.

completion
Action<INGetCarLockStatusIntentResponse>

Completion method that must be called by the override.

Attributes

Applies to