![]() |
Diffusion Apple API 6.11.5
Unified Client Library for iOS, tvOS and OS X / macOS
|
Methods implemented by classes handling string messaging responses from individual sessions.
Instance Methods | |
(void) | - diffusionStream:didReceiveResponseWithString:fromSessionId: |
![]() | |
(void) | - diffusionStream:didReceiveError:fromSessionId: |
(void) | - diffusionStream:didFailWithError: |
(void) | - diffusionDidCloseStream: |
- (void) diffusionStream: | (PTDiffusionStream *) | stream | |
didReceiveResponseWithString: | (nullable NSString *) | string | |
fromSessionId: | (PTDiffusionSessionId *) | sessionId | |
Called when a session responds to a request with a string.
stream | The stream that received the response. |
string | The response that was received. |
sessionId | The id of the responding session. |