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

Introduction

Attributes specific to paged topics.

See Also
PTDiffusionPagedTopicDetailsBuilder
Deprecated:
Since 5.9. Will be removed in a future release.
Since
5.7
Inheritance diagram for PTDiffusionPagedTopicAttributes:
PTDiffusionTopicAttributes PTDiffusionPagedRecordTopicAttributes PTDiffusionPagedStringTopicAttributes

Properties

PTDiffusionPagedTopicOrderingPolicyorderingPolicy
 
- Properties inherited from PTDiffusionTopicAttributes
NSString * reference
 
BOOL tidiesOnUnsubscribe
 
NSDictionary< NSString
*, NSString * > * 
properties
 

Instance Methods

(BOOL) - isEqualToPagedTopicAttributes:
 
- Instance Methods inherited from PTDiffusionTopicAttributes
(BOOL) - isEqualToTopicAttributes:
 

Method Documentation

- (BOOL) isEqualToPagedTopicAttributes: (nullable PTDiffusionPagedTopicAttributes *)  pagedTopicAttributes

Compares the receiver to the given paged topic attributes.

Parameters
pagedTopicAttributesThe paged topic attributes object with which to compare the receiver.
Returns
YES if the paged topic attributes is equal to the receiver, otherwise NO.
Since
5.7

Property Documentation

- (PTDiffusionPagedTopicOrderingPolicy*) orderingPolicy
readnonatomicassign

The ordering policy.

Since
5.7