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