![]() |
Diffusion Apple API 6.12.1
Unified Client Library for iOS, tvOS and OS X / macOS
|
Indicates whether the operation caused a topic to be created or if it already existed. More...
#include <PTDiffusionTopicCreationResult.h>
Class Methods | |
| (instancetype) | + created |
| (instancetype) | + exists |
| Class Methods inherited from PTDiffusionEnumeration | |
| (NSSet< PTDiffusionEnumeration * > *) | + elements |
Additional Inherited Members | |
| Instance Methods inherited from PTDiffusionEnumeration | |
| (BOOL) | - isEqualToEnumeration: |
Indicates whether the operation caused a topic to be created or if it already existed.
| + (instancetype) created |
A new topic was created.
| + (instancetype) exists |
A topic with the same specification already exists.