INSetRadioStationIntentResponse
Your app’s response to a set radio station intent.
Declaration
class INSetRadioStationIntentResponseOverview
An INSetRadioStationIntentResponse object contains the status of changing the currently playing radio station. You create instances of this class when confirming or handling a set radio station intent.
You create an INSetRadioStationIntentResponse object in the confirm(intent:completion:) and handle(intent:completion:) methods of your set seat settings in car handler object. For more information about implementing your handler object, see INSetRadioStationIntentHandling.