다음을 통해 공유


INSetClimateSettingsInCarIntentHandling_Extensions 클래스

정의

인터페이스에 대한 선택적 메서드입니다 IINSetClimateSettingsInCarIntentHandling .

public static class INSetClimateSettingsInCarIntentHandling_Extensions
type INSetClimateSettingsInCarIntentHandling_Extensions = class
상속
INSetClimateSettingsInCarIntentHandling_Extensions

메서드

ConfirmSetClimateSettingsInCar(IINSetClimateSettingsInCarIntentHandling, INSetClimateSettingsInCarIntent, Action<INSetClimateSettingsInCarIntentResponse>)

개발자는 기후 설정 확인을 사용자 지정하기 위해 이 방법을 재정의할 수 있습니다.

ResolveAirCirculationMode(IINSetClimateSettingsInCarIntentHandling, INSetClimateSettingsInCarIntent, Action<INCarAirCirculationModeResolutionResult>)

개발자는 이 방법을 재정의하여 공기 순환 모드의 해상도를 사용자 지정할 수 있습니다.

ResolveCarName(IINSetClimateSettingsInCarIntentHandling, INSetClimateSettingsInCarIntent, Action<INSpeakableStringResolutionResult>)

인터페이스에 대한 선택적 메서드입니다 IINSetClimateSettingsInCarIntentHandling .

ResolveClimateZone(IINSetClimateSettingsInCarIntentHandling, INSetClimateSettingsInCarIntent, Action<INCarSeatResolutionResult>)

개발자는 요청된 기후 영역의 해상도를 사용자 지정하기 위해 이 방법을 재정의할 수 있습니다.

ResolveEnableAirConditioner(IINSetClimateSettingsInCarIntentHandling, INSetClimateSettingsInCarIntent, Action<INBooleanResolutionResult>)

개발자는 이 방법을 재정의하여 에어컨을 사용할 수 있는지 여부를 확인할 수 있습니다.

ResolveEnableAutoMode(IINSetClimateSettingsInCarIntentHandling, INSetClimateSettingsInCarIntent, Action<INBooleanResolutionResult>)

개발자는 자동 모드를 사용할 수 있는지 여부를 확인하기 위해 이 메서드를 재정의할 수 있습니다.

ResolveEnableClimateControl(IINSetClimateSettingsInCarIntentHandling, INSetClimateSettingsInCarIntent, Action<INBooleanResolutionResult>)

개발자는 이 방법을 재정의하여 기후 제어를 사용할 수 있는지 여부를 확인할 수 있습니다.

ResolveEnableFan(IINSetClimateSettingsInCarIntentHandling, INSetClimateSettingsInCarIntent, Action<INBooleanResolutionResult>)

개발자는 요청된 팬을 사용할 수 있는지 여부를 확인하기 위해 이 메서드를 재정의할 수 있습니다.

ResolveFanSpeedIndex(IINSetClimateSettingsInCarIntentHandling, INSetClimateSettingsInCarIntent, Action<INIntegerResolutionResult>)

개발자는 이 방법을 재정의하여 팬 속도 인덱스의 해상도를 사용자 지정할 수 있습니다.

ResolveFanSpeedPercentage(IINSetClimateSettingsInCarIntentHandling, INSetClimateSettingsInCarIntent, Action<INDoubleResolutionResult>)

개발자는 이 방법을 재정의하여 팬 속도의 해상도를 백분율로 사용자 지정할 수 있습니다.

ResolveRelativeFanSpeedSetting(IINSetClimateSettingsInCarIntentHandling, INSetClimateSettingsInCarIntent, Action<INRelativeSettingResolutionResult>)

개발자는 이 방법을 재정의하여 팬 속도의 상대적 증가 또는 감소 해상도를 사용자 지정할 수 있습니다.

ResolveRelativeTemperatureSetting(IINSetClimateSettingsInCarIntentHandling, INSetClimateSettingsInCarIntent, Action<INRelativeSettingResolutionResult>)

개발자는 온도 설정의 상대적 증가 또는 감소의 해상도를 사용자 지정하기 위해 이 방법을 재정의할 수 있습니다.

ResolveTemperature(IINSetClimateSettingsInCarIntentHandling, INSetClimateSettingsInCarIntent, Action<INTemperatureResolutionResult>)

개발자는 지정된 온도 값의 해상도를 사용자 지정하기 위해 이 메서드를 재정의할 수 있습니다.

적용 대상