---
title: INPlayMediaIntentResponseCode.ready
framework: intents
role: symbol
role_heading: Case
path: intents/inplaymediaintentresponsecode/ready
---

# INPlayMediaIntentResponseCode.ready

The intents handler is ready to handle the intent.

## Declaration

```swift
case ready
```

## Discussion

Discussion Respond with this code in your Intents app extension’s confirm(intent:completion:) method after verifying that your app can play the requested media.

## See Also

### Intents App Extensions

- [INPlayMediaIntentResponseCode.continueInApp](intents/inplaymediaintentresponsecode/continueinapp.md)
- [INPlayMediaIntentResponseCode.handleInApp](intents/inplaymediaintentresponsecode/handleinapp.md)
