Instance Property インスタンスプロパティ

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. このプロパティの値がtrueならば、継続しているアプリは、さらなる情報のためにストリームを使ってその源であるアプリに戻って接続できます。このプロパティの省略時の値はfalseです。それは動的にtrueへと設定されることで、ユーザアクティビティの状態に基づいて選択的に通信ストリームをサポートできます。

See Also 参照

Working with Continuation Streams 継続ストリームを扱う