Diffusion Apple API  6.9.0
Unified Client Library for iOS, tvOS and OS X / macOS
 All Classes Files Functions Variables Enumerations Enumerator Properties Pages
Class Methods | List of all members
PTDiffusionTopicNotificationType Class Reference

Introduction

The type of topic notification received.

See Also
PTDiffusionTopicNotificationListener
Since
6.1
Inheritance diagram for PTDiffusionTopicNotificationType:
PTDiffusionEnumeration

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:
 

Method Documentation

+ (instancetype) added

The topic has been added.

Returns
Instance indicating a topic has been added.
Since
6.1
+ (instancetype) deselected

The topic is no longer selected due to the removal of a selector.

Returns
Instance indicating a topic is no longer selected due to the removal of a selector.
Since
6.1
+ (instancetype) removed

The topic has been removed.

Returns
Instance indicating a topic has been removed.
Since
6.1
+ (instancetype) selected

The topic existed at the time of the selector registration.

Returns
Instance indicating a topic existed at the time of the selector registration.
Since
6.1