Contents

INCarCommandsDomainHandling

An interface for adopting all the handling protocols in the car commands domain.

Declaration

protocol INCarCommandsDomainHandling : INActivateCarSignalIntentHandling, INGetCarLockStatusIntentHandling, INGetCarPowerLevelStatusIntentHandling, INSetCarLockStatusIntentHandling

Overview

The INCarCommandsDomainHandling protocol adopts all of the protocols used to handle car command intents. You can adopt this one protocol instead of adopting the INActivateCarSignalIntentHandling, INGetCarPowerLevelStatusIntentHandling, INGetCarLockStatusIntentHandling, and INSetCarLockStatusIntentHandling protocols separately.

An object that adopts this protocol must respond to the following intents:

Your handler object must be prepared to resolve any parameters associated with these intents and to confirm and handle the requests. When confirming and handling a request, you provide the response object that matches the specified intent.

See Also

Domain-Handling Protocols