Contents

INStartPhotoPlaybackIntentHandling

The handler interface for searching the user’s photos and the playback of the results.

Declaration

protocol INStartPhotoPlaybackIntentHandling : NSObjectProtocol

Overview

Use the methods of the INStartPhotoPlaybackIntentHandling protocol to resolve, confirm, and handle requests to search the user’s photos and initiate playback of a slideshow. Adopt this protocol in an object of your Intents extension that’s capable of performing the search and determining the number of results. Siri doesn’t display the photos found during the search. After a successful search, Siri launches your app so that it can begin the slideshow.

Siri delivers an INStartPhotoPlaybackIntent object to your handler when the user asks to start a slideshow. The provided intent object contains the search parameters to use for matching photos to include in the slideshow. Use the methods of this protocol to resolve the search parameters, to perform the search, and to return the number of photos that match the criteria.

Topics

Resolving the Intent Parameters

Confirming the Response

Handling the Intent

See Also

Photo Playback