INSearchForMediaIntentHandling
The interface that handles media search requests.
Declaration
protocol INSearchForMediaIntentHandling : NSObjectProtocolOverview
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.