<!--
{
  "availability" : [
    "iOS: 10.0.0 - 15.0.0",
    "iPadOS: 10.0.0 - 15.0.0",
    "macCatalyst: 13.1.0 - 15.0.0",
    "visionOS: 1.0.0 - 1.0.0",
    "watchOS: 3.2.0 - 8.0.0"
  ],
  "documentType" : "symbol",
  "framework" : "SiriKit",
  "identifier" : "/documentation/Intents/INStartPhotoPlaybackIntentResponseCode",
  "metadataVersion" : "0.1.0",
  "role" : "Enumeration",
  "symbol" : {
    "kind" : "Enumeration",
    "modules" : [
      "Intents"
    ],
    "preciseIdentifier" : "c:@E@INStartPhotoPlaybackIntentResponseCode"
  },
  "title" : "INStartPhotoPlaybackIntentResponseCode"
}
-->

# INStartPhotoPlaybackIntentResponseCode

Constants indicating the status of the response.

```
enum INStartPhotoPlaybackIntentResponseCode
```

## Topics

### Constants

[`INStartPhotoPlaybackIntentResponseCode.unspecified`](/documentation/Intents/INStartPhotoPlaybackIntentResponseCode/unspecified)

The status wasn’t specified.

[`INStartPhotoPlaybackIntentResponseCode.ready`](/documentation/Intents/INStartPhotoPlaybackIntentResponseCode/ready)

You’re ready to handle the intent.

[`INStartPhotoPlaybackIntentResponseCode.continueInApp`](/documentation/Intents/INStartPhotoPlaybackIntentResponseCode/continueInApp)

Your extension is ready to transfer control to the app so that the slideshow can begin.

[`INStartPhotoPlaybackIntentResponseCode.failure`](/documentation/Intents/INStartPhotoPlaybackIntentResponseCode/failure)

You were unable to start the slideshow.

[`INStartPhotoPlaybackIntentResponseCode.failureRequiringAppLaunch`](/documentation/Intents/INStartPhotoPlaybackIntentResponseCode/failureRequiringAppLaunch)

The user must launch your app to start the slideshow.

[`INStartPhotoPlaybackIntentResponseCode.failureAppConfigurationRequired`](/documentation/Intents/INStartPhotoPlaybackIntentResponseCode/failureAppConfigurationRequired)

The user must perform additional configuration steps before playing slideshows is possible.



---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)