![]() |
Diffusion Apple API 6.12.0
Unified Client Library for iOS, tvOS and OS X / macOS
|
Methods implemented by classes handling record messaging requests with a handler registered at the server.
Instance Methods | |
| (void) | - diffusionTopicTreeRegistration:didReceiveRequestWithRecord:context:responder: |
Instance Methods inherited from <PTDiffusionTopicTreeRegistrationDelegate> | |
| (void) | - diffusionTopicTreeRegistrationDidClose: |
| (void) | - diffusionTopicTreeRegistration:didFailWithError: |
| - (void) diffusionTopicTreeRegistration: | (PTDiffusionTopicTreeRegistration *) | registration | |
| didReceiveRequestWithRecord: | (PTDiffusionRecordV2 *) | record | |
| context: | (PTDiffusionRequestContext *) | context | |
| responder: | (PTDiffusionResponder *) | responder | |
Called when a record request has been received.
| registration | The topic tree registration for which this handler applies. |
| record | The request that was received. |
| context | Context object that provides the session ID of the session that sent the request along with the path and any requested session properties. |
| responder | Responder object to be used for responding to the request. |