<!--
{
  "availability" : [
    "iOS: 13.0.0 -",
    "iPadOS: 13.0.0 -",
    "macCatalyst: 13.1.0 -",
    "tvOS: 14.0.0 -",
    "visionOS: 1.0.0 -",
    "watchOS: 6.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "SiriKit",
  "identifier" : "/documentation/Intents/INAddMediaIntentHandling",
  "metadataVersion" : "0.1.0",
  "role" : "Protocol",
  "symbol" : {
    "kind" : "Protocol",
    "modules" : [
      "Intents"
    ],
    "preciseIdentifier" : "c:objc(pl)INAddMediaIntentHandling"
  },
  "title" : "INAddMediaIntentHandling"
}
-->

# INAddMediaIntentHandling

The handler interface that adds media.

```
protocol INAddMediaIntentHandling : NSObjectProtocol
```

## Overview

Use the methods of the [`INAddMediaIntentHandling`](/documentation/Intents/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`](/documentation/Intents/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.

## Topics

### Resolving Details of the Intent

[`-  resolveMediaDestinationForAddMedia:withCompletion:`](/documentation/Intents/INAddMediaIntentHandling/resolveMediaDestination(for:with:))

Resolves the destination for the added media.

[`-  resolveMediaItemsForAddMedia:withCompletion:`](/documentation/Intents/INAddMediaIntentHandling/resolveMediaItems(for:with:))

Resolves the media items to add.

### Confirming the Response

[`-  confirmAddMedia:completion:`](/documentation/Intents/INAddMediaIntentHandling/confirm(intent:completion:))

Confirms the details of the media addition request.

### Handling the Intent

[`-  handleAddMedia:completion:`](/documentation/Intents/INAddMediaIntentHandling/handle(intent:completion:))

Handles the media addition request.

## Relationships

### Inherits From

[`NSObjectProtocol`](/documentation/ObjectiveC/NSObjectProtocol)

---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)