INRadioDomainHandling
An interface for adopting all of the protocols in the radio domain.
Declaration
protocol INRadioDomainHandling : INSetRadioStationIntentHandlingOverview
The INRadioDomainHandling protocol is a convenience protocol that adopts all of the protocols used to handle radio-related intents in a CarPlay environment. You can adopt this protocol instead of adopting the INSetRadioStationIntentHandling protocol.
An object that adopts this protocol must be able to respond to the following intent:
INSetRadioStationIntent, a request to change the audio source.
Your handler object must be prepared to resolve any parameters associated with this intent and to confirm and handle the requests. When confirming and handling a request, you provide the response object that matches the specified intent.