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

# INSetRadioStationIntentResponseCode.ready

You’re ready to handle the intent.

## Declaration

```swift
case ready
```

## Discussion

Discussion During the confirmation phase of an intent, use this code to signal that your app is ready and able to act on the intent.

## See Also

### Constants

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