![]() |
Diffusion Apple API 6.12.0
Unified Client Library for iOS, tvOS and OS X / macOS
|
Common protocol for delegates that establish a server side control presence for the client session at a particular branch of the topic tree.
Instance Methods | |
| (void) | - diffusionTopicTreeRegistrationDidClose: |
| (void) | - diffusionTopicTreeRegistration:didFailWithError: |
| - (void) diffusionTopicTreeRegistration: | (PTDiffusionTopicTreeRegistration *) | registration | |
| didFailWithError: | (NSError *) | error | |
Called in the event of a contextual error relating to this handler.
No further calls will be made to this handler.
| registration | The topic tree registration for which this delegate applies. |
| error | The failure reason. |
| - (void) diffusionTopicTreeRegistrationDidClose: | (PTDiffusionTopicTreeRegistration *) | registration |
Called if the handler is closed.
No further calls will be made to this handler.
| registration | The topic tree registration for which this delegate applies. |