Diffusion Apple API 6.12.1
Unified Client Library for iOS, tvOS and OS X / macOS
Loading...
Searching...
No Matches
<PTDiffusionRecordV2RequestStreamDelegate> Protocol Reference

Methods implemented by classes handling RecordV2 messaging requests. More...

#include <PTDiffusionRecordV2RequestStreamDelegate.h>

Inheritance diagram for <PTDiffusionRecordV2RequestStreamDelegate>:
<PTDiffusionStreamDelegate>

Instance Methods

(void) - diffusionStream:didReceiveRequestWithRecord:responder:
Instance Methods inherited from <PTDiffusionStreamDelegate>
(void) - diffusionStream:didFailWithError:
(void) - diffusionDidCloseStream:

Detailed Description

Methods implemented by classes handling RecordV2 messaging requests.

See also
PTDiffusionRecordV2
PTDiffusionMessagingFeature
Since
6.0

Method Documentation

◆ diffusionStream:didReceiveRequestWithRecord:responder:

- (void) diffusionStream: (PTDiffusionStream *) stream
didReceiveRequestWithRecord: (PTDiffusionRecordV2 *) record
responder: (PTDiffusionResponder *) responder 

Called when a record request has been received.

Parameters
streamThe stream that received the request.
recordThe request that was received.
responderResponder object to be used for responding to the request.
Since
6.0