INPlayMediaIntentResponse
An intents handler’s response to a play media intent.
Declaration
class INPlayMediaIntentResponseOverview
Create an instance of this class when you are:
Confirming your app can play the media.
Handling the request to play the media.
To send private state data from your Intents app extension to your app, store the data in an NSUserActivity object and include the object when creating the INPlayMediaIntentResponse instance.