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

Introduction

Attributes specific to paged string topics.

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

Instance Methods

(BOOL) - isEqualToPagedStringTopicAttributes:
 
- 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) isEqualToPagedStringTopicAttributes: (nullable PTDiffusionPagedStringTopicAttributes *)  pagedStringTopicAttributes

Compares the receiver to the given paged string topic attributes.

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