Your response to a play media intent.
SDKs
- iOS 12.0+
- Mac Catalyst 13.0+
- watchOS 5.0+
Framework
- Intents
Declaration
@interface INPlayMediaIntentResponse : INIntent Response
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 NSUser
object and include the object when creating the INPlay
instance.