Contents

INStartPhotoPlaybackIntentResponse

Your app’s response to a start photo playback intent.

Declaration

class INStartPhotoPlaybackIntentResponse

Overview

Use an INStartPhotoPlaybackIntentResponse 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 INStartPhotoPlaybackIntent 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 INStartPhotoPlaybackIntentResponse object in the confirm(intent:completion:) and handle(intent:completion:) methods of your start photo playback handler object. For more information about implementing your handler object, see INStartPhotoPlaybackIntentHandling.

Topics

Initializing the Response Object

Getting the Response Code

Accessing the Response Details

See Also

Photo Playback