Contents

INSearchForMediaIntentHandling

The interface that handles media search requests.

Declaration

protocol INSearchForMediaIntentHandling : NSObjectProtocol

Overview

Use the methods of the INSearchForMediaIntentHandling protocol to resolve, confirm, and handle requests to search for media. Adopt this protocol in an object of your Intents extension capable of searching for media.

Siri delivers an INSearchForMediaIntent object to your handler when the user asks Siri to search for media using your app, or when Spotlight search results include an artist. Use the methods of this protocol to resolve the parameters and search for the media.

Topics

Resolving Details of the Intent

Confirming the Response

Handling the Intent

See Also

Search for Media