![]() |
Diffusion Apple API 6.12.1
Unified Client Library for iOS, tvOS and OS X / macOS
|
The type of topic notification received. More...
#include <PTDiffusionTopicNotificationType.h>
Class Methods | |
| (instancetype) | + added |
| (instancetype) | + removed |
| (instancetype) | + selected |
| (instancetype) | + deselected |
| Class Methods inherited from PTDiffusionEnumeration | |
| (NSSet< PTDiffusionEnumeration * > *) | + elements |
Additional Inherited Members | |
| Instance Methods inherited from PTDiffusionEnumeration | |
| (BOOL) | - isEqualToEnumeration: |
| + (instancetype) added |
The topic has been added.
| + (instancetype) deselected |
The topic is no longer selected due to the removal of a selector.
| + (instancetype) removed |
The topic has been removed.
| + (instancetype) selected |
The topic existed at the time of the selector registration.