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

Methods implemented by classes handling record messaging requests with a handler registered at the server. More...

#include <PTDiffusionRecordV2RequestDelegate.h>

Inheritance diagram for <PTDiffusionRecordV2RequestDelegate>:
<PTDiffusionTopicTreeRegistrationDelegate>

Instance Methods

(void) - diffusionTopicTreeRegistration:didReceiveRequestWithRecord:context:responder:
Instance Methods inherited from <PTDiffusionTopicTreeRegistrationDelegate>
(void) - diffusionTopicTreeRegistrationDidClose:
(void) - diffusionTopicTreeRegistration:didFailWithError:

Detailed Description

Methods implemented by classes handling record messaging requests with a handler registered at the server.

See also
PTDiffusionRecordV2
PTDiffusionMessagingFeature
Since
6.0

Method Documentation

◆ diffusionTopicTreeRegistration:didReceiveRequestWithRecord:context:responder:

- (void) diffusionTopicTreeRegistration: (PTDiffusionTopicTreeRegistration *) registration
didReceiveRequestWithRecord: (PTDiffusionRecordV2 *) record
context: (PTDiffusionRequestContext *) context
responder: (PTDiffusionResponder *) responder 

Called when a record request has been received.

Parameters
registrationThe topic tree registration for which this handler applies.
recordThe request that was received.
contextContext object that provides the session ID of the session that sent the request along with the path and any requested session properties.
responderResponder object to be used for responding to the request.
Since
6.0