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
PTDiffusionPagedTopicOrdering Class Reference

Introduction

The ordering for the lines in a paged topic.

See Also
PTDiffusionPagedTopicOrderingPolicy
Deprecated:
Since 5.9. Will be removed in a future release.
Since
5.7
Inheritance diagram for PTDiffusionPagedTopicOrdering:
PTDiffusionEnumeration

Class Methods

(instancetype) + unordered
 The topic lines are not ordered. More...
 
(instancetype) + declared
 The topic lines are ordered according to a declared ordering policy. More...
 
(instancetype) + comparator
 The topic lines are ordered using a server side comparator. More...
 
- Class Methods inherited from PTDiffusionEnumeration
(NSSet< PTDiffusionEnumeration * > *) + elements
 

Additional Inherited Members

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

Method Documentation

+ (instancetype) comparator

The topic lines are ordered using a server side comparator.

Since
5.7
+ (instancetype) declared

The topic lines are ordered according to a declared ordering policy.

Since
5.7
+ (instancetype) unordered

The topic lines are not ordered.

Since
5.7