Share via


INSetCarLockStatusIntentHandling_Extensions.Confirm Method

Definition

Developers may implement this method to customize confirmation of whether the app can lock and unlock the car.

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

Parameters

intent
INSetCarLockStatusIntent

Specifies the user's intention.

completion
Action<INSetCarLockStatusIntentResponse>

Completion method that must be called by the override.

Attributes

Applies to