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

Introduction

Attributes specific to paged record topics.

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

Instance Methods

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

Additional Inherited Members

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

Method Documentation

- (BOOL) isEqualToPagedRecordTopicAttributes: (nullable PTDiffusionPagedRecordTopicAttributes *)  pagedRecordTopicAttributes

Compares the receiver to the given paged record topic attributes.

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