Contents

INAddMediaIntent

A request to add a media item.

Declaration

class INAddMediaIntent

Mentioned in

Overview

Siri creates an INAddMediaIntent object when the user asks to add a media item. The intents object contains the media to add.

To handle this intent, the handler object in your Intents extension must adopt the INAddMediaIntentHandling protocol. Your handler should confirm the request and create an INAddMediaIntentResponse object that contains the media to add.

Additional Intent Attributes

The following table lists additional attributes of this intent object:

Attribute

Description

Supported by

Siri Intents (audio only)

Always requires unlocked device

No

Topics

Creating an Add Media Intent

Accessing the Media

See Also

Add Media