func getContinuationStreams (completionHandler : (InputStream?, OutputStream?, Error?) -> Void)
Requests streams back to the originating app.
源であるアプリに戻るようストリームに要請します。
Availability 有効性
Technology
var supportsContinuationStreams: Bool
{ get set }
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
へと設定されることで、ユーザアクティビティの状態に基づいて選択的に通信ストリームをサポートできます。
func getContinuationStreams (completionHandler : (InputStream?, OutputStream?, Error?) -> Void)