<!--
{
  "availability" : [
    "iOS: 8.0.0 -",
    "iPadOS: 8.0.0 -",
    "macCatalyst: 13.1.0 -",
    "macOS: 10.10.0 -",
    "tvOS: 9.0.0 -",
    "visionOS: 1.0.0 -",
    "watchOS: 2.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "Foundation",
  "identifier" : "/documentation/Foundation/NSUserActivity/supportsContinuationStreams",
  "metadataVersion" : "0.1.0",
  "role" : "Instance Property",
  "symbol" : {
    "kind" : "Instance Property",
    "modules" : [
      "Foundation"
    ],
    "preciseIdentifier" : "c:objc(cs)NSUserActivity(py)supportsContinuationStreams"
  },
  "title" : "supportsContinuationStreams"
}
-->

# supportsContinuationStreams

A Boolean value that determines whether the continuing app can request streams to be opened back to the originating app.

```
var supportsContinuationStreams: Bool { get set }
```

## Discussion

If the value of this property is <doc://com.apple.documentation/documentation/Swift/true>, the continuing app can connect back to the originating app for more information using streams. The default value of this property is <doc://com.apple.documentation/documentation/Swift/false>. It can dynamically be set to <doc://com.apple.documentation/documentation/Swift/true> to selectively support continuation streams based on the state of the user activity.

---

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)