INSetRadioStationIntentHandling
The handler interface for changing a radio station.
Declaration
protocol INSetRadioStationIntentHandling : NSObjectProtocolOverview
Use the methods of the INSetRadioStationIntentHandling protocol to resolve, confirm, and handle requests to change radio stations from your app. Your extension should be able to change the radio station based on the provided information. For example, automotive vendors should be able to use the information to update the settings of a vehicle’s entertainment system.
Siri delivers an INSetRadioStationIntent object to your handler when the user asks to change the current radio station. The provided intent object contains information that you use to determine the new station.
Topics
Resolving the Intent Parameters
resolveRadioType(for:with:)resolveFrequency(for:with:)resolveStationName(for:with:)resolveChannel(for:with:)resolvePresetNumber(for:with:)