Contents

INPlayMediaIntentResponse

An intents handler’s response to a play media intent.

Declaration

class INPlayMediaIntentResponse

Overview

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.

Topics

Creating a Play Media Intent Response

Providing the Response Code

Managing Now-Playing Information

See Also

Playable Media Intents