<!--
{
  "availability" : [
    "iOS: 10.0.0 - 15.0.0",
    "iPadOS: 10.0.0 - 15.0.0",
    "macCatalyst: 13.1.0 - 15.0.0",
    "visionOS: 1.0.0 - 1.0.0"
  ],
  "documentType" : "symbol",
  "framework" : "SiriKit",
  "identifier" : "/documentation/Intents/INSetRadioStationIntentResponseCode",
  "metadataVersion" : "0.1.0",
  "role" : "Enumeration",
  "symbol" : {
    "kind" : "Enumeration",
    "modules" : [
      "Intents"
    ],
    "preciseIdentifier" : "c:@E@INSetRadioStationIntentResponseCode"
  },
  "title" : "INSetRadioStationIntentResponseCode"
}
-->

# INSetRadioStationIntentResponseCode

Constants indicating the state of the response.

```
enum INSetRadioStationIntentResponseCode
```

## Topics

### Constants

[`INSetRadioStationIntentResponseCode.unspecified`](/documentation/Intents/INSetRadioStationIntentResponseCode/unspecified)

The response didn’t specify a resonse code.

[`INSetRadioStationIntentResponseCode.ready`](/documentation/Intents/INSetRadioStationIntentResponseCode/ready)

You’re ready to handle the intent.

[`INSetRadioStationIntentResponseCode.inProgress`](/documentation/Intents/INSetRadioStationIntentResponseCode/inProgress)

You’re in the process of handling the intent.

[`INSetRadioStationIntentResponseCode.success`](/documentation/Intents/INSetRadioStationIntentResponseCode/success)

You successfully handled the intent.

[`INSetRadioStationIntentResponseCode.failure`](/documentation/Intents/INSetRadioStationIntentResponseCode/failure)

You were unable to change the radio station.

[`INSetRadioStationIntentResponseCode.failureRequiringAppLaunch`](/documentation/Intents/INSetRadioStationIntentResponseCode/failureRequiringAppLaunch)

The user must launch your app to change the radio station.

[`INSetRadioStationIntentResponseCode.failureNotSubscribed`](/documentation/Intents/INSetRadioStationIntentResponseCode/failureNotSubscribed)

You were unable to change the radio station because the user doesn’t have a subscription to the corresponding service.



---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)