---
title: INSearchForMediaIntentResponseCode.success
framework: intents
role: symbol
role_heading: Case
path: intents/insearchformediaintentresponsecode/success
---

# INSearchForMediaIntentResponseCode.success

The app successfully performed the search.

## Declaration

```swift
case success
```

## Discussion

Discussion Use this code when your app has successfully searched for the media.

## See Also

### Response Code

- [INSearchForMediaIntentResponseCode.unspecified](intents/insearchformediaintentresponsecode/unspecified.md)
- [INSearchForMediaIntentResponseCode.ready](intents/insearchformediaintentresponsecode/ready.md)
- [INSearchForMediaIntentResponseCode.continueInApp](intents/insearchformediaintentresponsecode/continueinapp.md)
- [INSearchForMediaIntentResponseCode.inProgress](intents/insearchformediaintentresponsecode/inprogress.md)
- [INSearchForMediaIntentResponseCode.failure](intents/insearchformediaintentresponsecode/failure.md)
- [INSearchForMediaIntentResponseCode.failureRequiringAppLaunch](intents/insearchformediaintentresponsecode/failurerequiringapplaunch.md)
