---
title: INSetRadioStationIntentResponseCode.success
framework: intents
role: symbol
role_heading: Case
path: intents/insetradiostationintentresponsecode/success
---

# INSetRadioStationIntentResponseCode.success

You successfully handled the intent.

## Declaration

```swift
case success
```

## Discussion

Discussion Use this code if your app successfully changed the radio station to the new value.

## See Also

### Constants

- [INSetRadioStationIntentResponseCode.unspecified](intents/insetradiostationintentresponsecode/unspecified.md)
- [INSetRadioStationIntentResponseCode.ready](intents/insetradiostationintentresponsecode/ready.md)
- [INSetRadioStationIntentResponseCode.inProgress](intents/insetradiostationintentresponsecode/inprogress.md)
- [INSetRadioStationIntentResponseCode.failure](intents/insetradiostationintentresponsecode/failure.md)
- [INSetRadioStationIntentResponseCode.failureRequiringAppLaunch](intents/insetradiostationintentresponsecode/failurerequiringapplaunch.md)
- [INSetRadioStationIntentResponseCode.failureNotSubscribed](intents/insetradiostationintentresponsecode/failurenotsubscribed.md)
