![]() |
Diffusion Apple API 6.12.1
Unified Client Library for iOS, tvOS and OS X / macOS
|
Methods implemented by classes handling RecordV2 messaging requests. More...
#include <PTDiffusionRecordV2RequestStreamDelegate.h>
Instance Methods | |
| (void) | - diffusionStream:didReceiveRequestWithRecord:responder: |
| Instance Methods inherited from <PTDiffusionStreamDelegate> | |
| (void) | - diffusionStream:didFailWithError: |
| (void) | - diffusionDidCloseStream: |
Methods implemented by classes handling RecordV2 messaging requests.
| - (void) diffusionStream: | (PTDiffusionStream *) | stream | |
| didReceiveRequestWithRecord: | (PTDiffusionRecordV2 *) | record | |
| responder: | (PTDiffusionResponder *) | responder |
Called when a record request has been received.
| stream | The stream that received the request. |
| record | The request that was received. |
| responder | Responder object to be used for responding to the request. |