다음을 통해 공유


INGetCarLockStatusIntentHandling_Extensions.ConfirmGetCarLockStatus 메서드

정의

개발자는 자동차의 잠금에 액세스할 수 있는지 여부를 확인하기 위해 이 방법을 구현할 수 있습니다.

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

매개 변수

This
IINGetCarLockStatusIntentHandling

이 메서드가 작동하는 인스턴스입니다.

intent
INGetCarLockStatusIntent

사용자의 의도를 지정합니다.

completion
Action<INGetCarLockStatusIntentResponse>

재정의에서 호출해야 하는 완료 메서드입니다.

적용 대상