---
title: INStartPhotoPlaybackIntentResponseCode.ready
framework: intents
role: symbol
role_heading: Case
path: intents/instartphotoplaybackintentresponsecode/ready
---

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

- [INStartPhotoPlaybackIntentResponseCode.unspecified](intents/instartphotoplaybackintentresponsecode/unspecified.md)
- [INStartPhotoPlaybackIntentResponseCode.continueInApp](intents/instartphotoplaybackintentresponsecode/continueinapp.md)
- [INStartPhotoPlaybackIntentResponseCode.failure](intents/instartphotoplaybackintentresponsecode/failure.md)
- [INStartPhotoPlaybackIntentResponseCode.failureRequiringAppLaunch](intents/instartphotoplaybackintentresponsecode/failurerequiringapplaunch.md)
- [INStartPhotoPlaybackIntentResponseCode.failureAppConfigurationRequired](intents/instartphotoplaybackintentresponsecode/failureappconfigurationrequired.md)
