- getContinuationStreamsWithCompletionHandler:
Requests streams back to the originating app.
源であるアプリに戻るようストリームに要請します。
Availability 有効性
Technology
@property BOOL supportsContinuationStreams;
If the value of this property is YES
, the continuing app can connect back to the originating app for more information using streams. The default value of this property is NO
. It can dynamically be set to YES
to selectively support continuation streams based on the state of the user activity.
このプロパティの値がYES
ならば、継続しているアプリは、さらなる情報のためにストリームを使ってその源であるアプリに戻って接続できます。このプロパティの省略時の値はNO
です。それは動的にYES
へと設定されることで、ユーザアクティビティの状態に基づいて選択的に通信ストリームをサポートできます。
- getContinuationStreamsWithCompletionHandler: