<!--
{
  "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

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

The status wasn’t specified.

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

You’re ready to handle the intent.

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

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

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

You were unable to start the slideshow.

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

The user must launch your app to start the slideshow.

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

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

## Relationships

### Conforms To

[`SendableMetatype`](/documentation/Swift/SendableMetatype)

[`BitwiseCopyable`](/documentation/Swift/BitwiseCopyable)

[`RawRepresentable`](/documentation/Swift/RawRepresentable)

[`Sendable`](/documentation/Swift/Sendable)

[`Hashable`](/documentation/Swift/Hashable)

[`Equatable`](/documentation/Swift/Equatable)

---

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)