Partager via


INGetCarLockStatusIntentHandling_Extensions.ConfirmGetCarLockStatus Méthode

Définition

Les développeurs peuvent implémenter cette méthode pour confirmer si les verrous de la voiture sont accessibles.

public static void ConfirmGetCarLockStatus (this Intents.IINGetCarLockStatusIntentHandling This, Intents.INGetCarLockStatusIntent intent, Action<Intents.INGetCarLockStatusIntentResponse> completion);
static member ConfirmGetCarLockStatus : Intents.IINGetCarLockStatusIntentHandling * Intents.INGetCarLockStatusIntent * Action<Intents.INGetCarLockStatusIntentResponse> -> unit

Paramètres

This
IINGetCarLockStatusIntentHandling

Instance sur laquelle cette méthode fonctionne.

intent
INGetCarLockStatusIntent

Spécifie l’intention de l’utilisateur.

completion
Action<INGetCarLockStatusIntentResponse>

Méthode d’achèvement qui doit être appelée par le remplacement.

S’applique à