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