Diffusion Apple API  5.9.24
Unified Client Library for iOS, OS X and tvOS
 All Classes Functions Variables Properties Pages
Class Methods | List of all members
PTDiffusionTopicDetailsLevel Class Reference

Introduction

The level of detail to request when getting topic details.

See Also
PTDiffusionTopicsFeature
Since
5.7
Inheritance diagram for PTDiffusionTopicDetailsLevel:
PTDiffusionEnumeration

Class Methods

(instancetype) + basic
 Only the topic type will be available. More...
 
(instancetype) + schema
 Only the schema and topic type will be available. More...
 
(instancetype) + full
 Attributes, schema and topic type will all be available. More...
 
- Class Methods inherited from PTDiffusionEnumeration
(NSSet< PTDiffusionEnumeration * > *) + elements
 

Additional Inherited Members

- Instance Methods inherited from PTDiffusionEnumeration
(BOOL) - isEqualToEnumeration:
 

Method Documentation

+ (instancetype) basic

Only the topic type will be available.

Since
5.7
+ (instancetype) full

Attributes, schema and topic type will all be available.

Since
5.7
+ (instancetype) schema

Only the schema and topic type will be available.

Since
5.7