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

Indicates whether the operation caused a topic to be created or if it already existed. More...

#include <PTDiffusionTopicCreationResult.h>

Inheritance diagram for PTDiffusionTopicCreationResult:
PTDiffusionEnumeration

Class Methods

(instancetype) + created
(instancetype) + exists
Class Methods inherited from PTDiffusionEnumeration
(NSSet< PTDiffusionEnumeration * > *) + elements

Additional Inherited Members

Instance Methods inherited from PTDiffusionEnumeration
(BOOL) - isEqualToEnumeration:

Detailed Description

Indicates whether the operation caused a topic to be created or if it already existed.

See also
PTDiffusionTopicUpdateFeature
PTDiffusionUpdateStream
Since
6.3

Method Documentation

◆ created

+ (instancetype) created

A new topic was created.

Returns
Instance indicating a new topic was created.
Since
6.3

◆ exists

+ (instancetype) exists

A topic with the same specification already exists.

Returns
Instance indicating a topic with the same specification already exists.
Since
6.3