<!--
{
  "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/INAddMediaMediaDestinationResolutionResult",
  "metadataVersion" : "0.1.0",
  "role" : "Class",
  "symbol" : {
    "kind" : "Class",
    "modules" : [
      "Intents"
    ],
    "preciseIdentifier" : "c:objc(cs)INAddMediaMediaDestinationResolutionResult"
  },
  "title" : "INAddMediaMediaDestinationResolutionResult"
}
-->

# INAddMediaMediaDestinationResolutionResult

A resolution result for the types of destinations when adding media.

```
class INAddMediaMediaDestinationResolutionResult
```

## Overview

You return an [`INAddMediaMediaDestinationResolutionResult`](/documentation/Intents/INAddMediaMediaDestinationResolutionResult) object when resolving parameters containing an [`INMediaDestinationResolutionResult`](/documentation/Intents/INMediaDestinationResolutionResult) value. Use the creation method that best reflects your ability to resolve the parameter successfully.

For additional resolution operators, see [`INIntentResolutionResult`](/documentation/Intents/INIntentResolutionResult).

## Topics

### Creating a Resolution Result

[`-  initWithMediaDestinationResolutionResult:`](/documentation/Intents/INAddMediaMediaDestinationResolutionResult/init(mediaDestinationResolutionResult:))

Creates an object whose resolution involves successfully adding a media item to a particular destination.

[`+  unsupportedForReason:`](/documentation/Intents/INAddMediaMediaDestinationResolutionResult/unsupported(forReason:))

Creates an object whose resolution requires the user to confirm the media destination.

[`INAddMediaMediaDestinationUnsupportedReason`](/documentation/Intents/INAddMediaMediaDestinationUnsupportedReason)

Reasons describing why the destination is not supported.

## Relationships

### Conforms To

[`Equatable`](/documentation/Swift/Equatable)

[`CustomStringConvertible`](/documentation/Swift/CustomStringConvertible)

[`Hashable`](/documentation/Swift/Hashable)

[`CustomDebugStringConvertible`](/documentation/Swift/CustomDebugStringConvertible)

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

[`CVarArg`](/documentation/Swift/CVarArg)

### Inherits From

[`INMediaDestinationResolutionResult`](/documentation/Intents/INMediaDestinationResolutionResult)

---

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)