---
title: supportsContinuationStreams
framework: foundation
role: symbol
role_heading: Instance Property
path: foundation/nsuseractivity/supportscontinuationstreams
---

# supportsContinuationStreams

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

## Declaration

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

## Discussion

Discussion If the value of this property is true, the continuing app can connect back to the originating app for more information using streams. The default value of this property is false. It can dynamically be set to true to selectively support continuation streams based on the state of the user activity.

## See Also

### Working with continuation streams

- [getContinuationStreams(completionHandler:)](foundation/nsuseractivity/getcontinuationstreams(completionhandler:).md)
