Share via


IINCarCommandsDomainHandling 인터페이스

정의

다양한 자동차 관련 의도와 관련된 여러 인터페이스를 결합하는 인터페이스입니다.

[Foundation.Protocol(Name="INCarCommandsDomainHandling", WrapperType=typeof(Intents.INCarCommandsDomainHandlingWrapper))]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 10, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.WatchOS, 3, 2, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.MacOSX, ObjCRuntime.PlatformArchitecture.All, null)]
public interface IINCarCommandsDomainHandling : IDisposable, Intents.IINActivateCarSignalIntentHandling, Intents.IINGetCarLockStatusIntentHandling, Intents.IINGetCarPowerLevelStatusIntentHandling, Intents.IINSetCarLockStatusIntentHandling
type IINCarCommandsDomainHandling = interface
    interface INativeObject
    interface IDisposable
    interface IINActivateCarSignalIntentHandling
    interface IINGetCarLockStatusIntentHandling
    interface IINGetCarPowerLevelStatusIntentHandling
    interface IINSetCarLockStatusIntentHandling
특성
구현

속성

Handle

관리되지 않는 개체 표현에 대한 핸들(포인터)입니다.

(다음에서 상속됨 INativeObject)

메서드

HandleActivateCarSignal(INActivateCarSignalIntent, Action<INActivateCarSignalIntentResponse>)

개발자는 이 메서드를 재정의하고 에 적절한 를 사용하여 T:System.Action'1INActivateCarSignalIntentResponse 호출해야 합니다 INActivateCarSignalIntentintent.

(다음에서 상속됨 IINActivateCarSignalIntentHandling)
HandleGetCarLockStatus(INGetCarLockStatusIntent, Action<INGetCarLockStatusIntentResponse>)

개발자는 이 메서드를 재정의하고 에 적절한 를 사용하여 T:System.Action'1INGetCarLockStatusIntentResponse 호출해야 합니다 INGetCarLockStatusIntentintent.

(다음에서 상속됨 IINGetCarLockStatusIntentHandling)
HandleGetCarPowerLevelStatus(INGetCarPowerLevelStatusIntent, Action<INGetCarPowerLevelStatusIntentResponse>)

개발자는 이 메서드를 재정의하고 에 적절한 를 사용하여 T:System.Action'1INGetCarPowerLevelStatusIntentResponse 호출해야 합니다 INGetCarPowerLevelStatusIntentintent.

(다음에서 상속됨 IINGetCarPowerLevelStatusIntentHandling)
HandleSetCarLockStatus(INSetCarLockStatusIntent, Action<INSetCarLockStatusIntentResponse>)

개발자는 이 메서드를 재정의하고 에 적절한 를 사용하여 T:System.Action'1INSetCarLockStatusIntentResponse 호출해야 합니다 INSetCarLockStatusIntentintent.

(다음에서 상속됨 IINSetCarLockStatusIntentHandling)

확장 메서드

ConfirmActivateCarSignal(IINActivateCarSignalIntentHandling, INActivateCarSignalIntent, Action<INActivateCarSignalIntentResponse>)

개발자는 이 방법을 구현하여 자동차의 신호가 활성화될 수 있는지 여부를 확인할 수 있습니다.

ResolveCarName(IINActivateCarSignalIntentHandling, INActivateCarSignalIntent, Action<INSpeakableStringResolutionResult>)

개발자는 자동차의 이름을 확인하기 위해 이 방법을 구현할 수 있습니다.

ResolveSignals(IINActivateCarSignalIntentHandling, INActivateCarSignalIntent, Action<INCarSignalOptionsResolutionResult>)

개발자는 형식별로 요청된 신호를 해결하기 위해 이 메서드를 구현할 수 있습니다.

ConfirmGetCarLockStatus(IINGetCarLockStatusIntentHandling, INGetCarLockStatusIntent, Action<INGetCarLockStatusIntentResponse>)

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

ResolveCarName(IINGetCarLockStatusIntentHandling, INGetCarLockStatusIntent, Action<INSpeakableStringResolutionResult>)

개발자는 자동차의 이름을 확인하기 위해 이 방법을 구현할 수 있습니다.

ConfirmGetCarPowerLevelStatus(IINGetCarPowerLevelStatusIntentHandling, INGetCarPowerLevelStatusIntent, Action<INGetCarPowerLevelStatusIntentResponse>)

개발자는 이 방법을 구현하여 자동차의 전원 수준에 액세스할 수 있는지 여부를 확인할 수 있습니다.

ResolveCarName(IINGetCarPowerLevelStatusIntentHandling, INGetCarPowerLevelStatusIntent, Action<INSpeakableStringResolutionResult>)

개발자는 자동차의 이름을 확인하기 위해 이 방법을 구현할 수 있습니다.

ConfirmSetCarLockStatus(IINSetCarLockStatusIntentHandling, INSetCarLockStatusIntent, Action<INSetCarLockStatusIntentResponse>)

개발자는 이 방법을 구현하여 앱이 자동차를 잠그고 잠금 해제할 수 있는지 여부를 확인하는 방법을 사용자 지정할 수 있습니다.

ResolveCarName(IINSetCarLockStatusIntentHandling, INSetCarLockStatusIntent, Action<INSpeakableStringResolutionResult>)

개발자는 자동차 이름의 해상도를 사용자 지정하기 위해 이 방법을 구현할 수 있습니다.

ResolveLocked(IINSetCarLockStatusIntentHandling, INSetCarLockStatusIntent, Action<INBooleanResolutionResult>)

개발자는 잠금 상태의 확인을 사용자 지정하기 위해 이 메서드를 구현할 수 있습니다.

적용 대상