---
title: INAddMediaIntentResponseCode.ready
framework: intents
role: symbol
role_heading: Case
path: intents/inaddmediaintentresponsecode/ready
---

# INAddMediaIntentResponseCode.ready

The app is ready to add media.

## 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

### Response Code

- [INAddMediaIntentResponseCode.unspecified](intents/inaddmediaintentresponsecode/unspecified.md)
- [INAddMediaIntentResponseCode.inProgress](intents/inaddmediaintentresponsecode/inprogress.md)
- [INAddMediaIntentResponseCode.success](intents/inaddmediaintentresponsecode/success.md)
- [INAddMediaIntentResponseCode.handleInApp](intents/inaddmediaintentresponsecode/handleinapp.md)
- [INAddMediaIntentResponseCode.failure](intents/inaddmediaintentresponsecode/failure.md)
- [INAddMediaIntentResponseCode.failureRequiringAppLaunch](intents/inaddmediaintentresponsecode/failurerequiringapplaunch.md)
