Your app’s response to a start photo playback intent.
SDKs
- iOS 10.0+
- Mac Catalyst 13.0+
- watchOS 3.2+
Framework
- Intents
Declaration
class INStartPhotoPlaybackIntentResponse : INIntent Response
Overview
Use an INStart
object to specify the status of searching the user’s photos and the readiness of your app to begin playing those photos in a slideshow. After performing a search using the criteria specified in the INStart
object, create an instance of this class with the results. Siri communicates the status from your response to the user at appropriate times.
You create an INStart
object in the confirm(intent:
and handle(intent:
methods of your start photo playback handler object. For more information about implementing your handler object, see INStart
.