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

# INSearchForMediaIntentResponseCode

Codes returned by an intents handler in response to a search request.

```
enum INSearchForMediaIntentResponseCode
```

## Topics

### Response Code

[`INSearchForMediaIntentResponseCodeUnspecified`](/documentation/Intents/INSearchForMediaIntentResponseCode/unspecified)

An unknown state.

[`INSearchForMediaIntentResponseCodeReady`](/documentation/Intents/INSearchForMediaIntentResponseCode/ready)

The app is ready to perform the search.

[`INSearchForMediaIntentResponseCodeContinueInApp`](/documentation/Intents/INSearchForMediaIntentResponseCode/continueInApp)

The system should launch your app in the foreground to search for the media.

[`INSearchForMediaIntentResponseCodeInProgress`](/documentation/Intents/INSearchForMediaIntentResponseCode/inProgress)

The app is currently trying to process the search request.

[`INSearchForMediaIntentResponseCodeSuccess`](/documentation/Intents/INSearchForMediaIntentResponseCode/success)

The app successfully performed the search.

[`INSearchForMediaIntentResponseCodeFailure`](/documentation/Intents/INSearchForMediaIntentResponseCode/failure)

The app is unable to search for the media.

[`INSearchForMediaIntentResponseCodeFailureRequiringAppLaunch`](/documentation/Intents/INSearchForMediaIntentResponseCode/failureRequiringAppLaunch)

The user needs to launch your app to search for the media.

## Relationships

### Conforms To

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

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

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

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

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

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

---

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)