![]() |
Diffusion Apple API 6.11.5
Unified Client Library for iOS, tvOS and OS X / macOS
|
Handler called when a client session subscribes or fetches using a topic selector that matches no topics.
Instance Methods | |
(void) | - diffusionTopicTreeRegistration:hadMissingTopicNotification: |
![]() | |
(void) | - diffusionTopicTreeRegistrationDidClose: |
(void) | - diffusionTopicTreeRegistration:didFailWithError: |
- (void) diffusionTopicTreeRegistration: | (PTDiffusionTopicTreeRegistration *) | registration | |
hadMissingTopicNotification: | (PTDiffusionMissingTopicNotification *) | notification | |
Called when a session requests a topic that does not exist, and the topic path belongs to part of the topic tree for which this handler was registered.
registration | The topic tree registration for which this handler applies. |
notification | The missing topic notification. |