Constants indicating the status of the response.
SDKs
- iOS 10.0+
- Mac Catalyst 13.0+
- watchOS 3.2+
Framework
- Intents
Declaration
enum INStartPhotoPlaybackIntentResponseCode : Int
Constants indicating the status of the response.
SDKs
Framework
enum INStartPhotoPlaybackIntentResponseCode : Int
case unspecified
The status was not specified.
case ready
You are ready to handle the intent.
case continue In App
Your extension is ready to transfer control to the app so that the slideshow can begin.
case failure
You were unable to start the slideshow.
case failure Requiring App Launch
The user must launch your app to start the slideshow.
case failure App Configuration Required
The user must perform additional configuration steps before playing slideshows is possible.
var code: INStart Photo Playback Intent Response Code
The code indicating whether you successfully handled the intent.