![]() |
Diffusion Apple API 6.12.0
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. More...
#include <PTDiffusionMissingTopicHandler.h>
Instance Methods | |
| (void) | - diffusionTopicTreeRegistration:hadMissingTopicNotification: |
| Instance Methods inherited from <PTDiffusionTopicTreeRegistrationDelegate> | |
| (void) | - diffusionTopicTreeRegistrationDidClose: |
| (void) | - diffusionTopicTreeRegistration:didFailWithError: |
Handler called when a client session subscribes or fetches using a topic selector that matches no topics.
| - (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. |