<!--
{
  "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/INAddMediaIntentResponseCode",
  "metadataVersion" : "0.1.0",
  "role" : "Enumeration",
  "symbol" : {
    "kind" : "Enumeration",
    "modules" : [
      "Intents"
    ],
    "preciseIdentifier" : "c:@E@INAddMediaIntentResponseCode"
  },
  "title" : "INAddMediaIntentResponseCode"
}
-->

# INAddMediaIntentResponseCode

Codes returned by an app or Intents app extension when handling or confirming an add media intent.

```
enum INAddMediaIntentResponseCode
```

## Topics

### Response Code

[`INAddMediaIntentResponseCodeUnspecified`](/documentation/Intents/INAddMediaIntentResponseCode/unspecified)

An unknown state.

[`INAddMediaIntentResponseCodeReady`](/documentation/Intents/INAddMediaIntentResponseCode/ready)

The app is ready to add media.

[`INAddMediaIntentResponseCodeInProgress`](/documentation/Intents/INAddMediaIntentResponseCode/inProgress)

The app is currently trying to process the add media request.

[`INAddMediaIntentResponseCodeSuccess`](/documentation/Intents/INAddMediaIntentResponseCode/success)

The app successfully added the media.

[`INAddMediaIntentResponseCodeHandleInApp`](/documentation/Intents/INAddMediaIntentResponseCode/handleInApp)

The system should launch the app in the background to handle the intent.

[`INAddMediaIntentResponseCodeFailure`](/documentation/Intents/INAddMediaIntentResponseCode/failure)

The app was unable to add the media.

[`INAddMediaIntentResponseCodeFailureRequiringAppLaunch`](/documentation/Intents/INAddMediaIntentResponseCode/failureRequiringAppLaunch)

The user must launch the app to add media.

## Relationships

### Conforms To

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

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

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

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

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

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

---

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)