INAddMediaIntentHandling
The handler interface that adds media.
Declaration
protocol INAddMediaIntentHandling : NSObjectProtocolOverview
Use the methods of the INAddMediaIntentHandling protocol to resolve, confirm, and handle requests to add media. Adopt this protocol in an object of your Intents extension that’s capable of adding media.
Siri delivers an INAddMediaIntent object to your handler when the user asks to add media using your app. Use the methods of this protocol to resolve the parameters and add the media.