![]() |
Diffusion Apple API 6.11.5
Unified Client Library for iOS, tvOS and OS X / macOS
|
Methods implemented by classes handling string messaging requests with a handler registered at the server.
Instance Methods | |
(void) | - diffusionTopicTreeRegistration:didReceiveRequestWithString:context:responder: |
![]() | |
(void) | - diffusionTopicTreeRegistrationDidClose: |
(void) | - diffusionTopicTreeRegistration:didFailWithError: |
- (void) diffusionTopicTreeRegistration: | (PTDiffusionTopicTreeRegistration *) | registration | |
didReceiveRequestWithString: | (nullable NSString *) | string | |
context: | (PTDiffusionRequestContext *) | context | |
responder: | (PTDiffusionResponder *) | responder | |
Called when a string request has been received.
registration | The topic tree registration for which this handler applies. |
string | 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. |