Diffusion Apple API 6.12.1
Unified Client Library for iOS, tvOS and OS X / macOS
Loading...
Searching...
No Matches
PTDiffusionTopicNotificationType Class Reference

The type of topic notification received. More...

#include <PTDiffusionTopicNotificationType.h>

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:

Detailed Description

The type of topic notification received.

See also
PTDiffusionTopicNotificationListener
Since
6.1

Method Documentation

◆ added

+ (instancetype) added

The topic has been added.

Returns
Instance indicating a topic has been added.
Since
6.1

◆ deselected

+ (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

◆ removed

+ (instancetype) removed

The topic has been removed.

Returns
Instance indicating a topic has been removed.
Since
6.1

◆ selected

+ (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