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