supportsContinuationStreams
A Boolean value that determines whether the continuing app can request streams to be opened back to the originating app.
Declaration
var supportsContinuationStreams: Bool { get set }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.