<!--
{
  "availability" : [
    "iOS: 10.0.0 - 15.0.0",
    "iPadOS: 10.0.0 - 15.0.0",
    "macCatalyst: 13.1.0 - 15.0.0",
    "visionOS: 1.0.0 - 1.0.0",
    "watchOS: 3.2.0 - 8.0.0"
  ],
  "documentType" : "symbol",
  "framework" : "SiriKit",
  "identifier" : "/documentation/Intents/INSearchCallHistoryIntentResponseCode/continueInApp",
  "metadataVersion" : "0.1.0",
  "role" : "Case",
  "symbol" : {
    "kind" : "Case",
    "modules" : [
      "Intents"
    ],
    "preciseIdentifier" : "c:@E@INSearchCallHistoryIntentResponseCode@INSearchCallHistoryIntentResponseCodeContinueInApp"
  },
  "title" : "INSearchCallHistoryIntentResponseCode.continueInApp"
}
-->

# INSearchCallHistoryIntentResponseCode.continueInApp

Your extension is ready to transfer control to the app in order to display the search results.

```
case continueInApp
```

## Discussion

Upon returning this code, Siri launches your app and passes it the <doc://com.apple.documentation/documentation/Foundation/NSUserActivity> object you provided at initialization time. (If you didn’t provide a user activity object, Siri creates one for you). Siri adds an [`INInteraction`](/documentation/Intents/INInteraction) object with the intent and your response to the user activity object before delivering it. Your app should use the information in the user activity object to display the search results.

---

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)