![]() |
Diffusion Apple API
5.9.4
Unified Client Library for iOS, OS X and tvOS
|
Attributes specific to paged string topics.
Instance Methods | |
(BOOL) | - isEqualToPagedStringTopicAttributes: |
![]() | |
(BOOL) | - isEqualToPagedTopicAttributes: |
![]() | |
(BOOL) | - isEqualToTopicAttributes: |
Additional Inherited Members | |
![]() | |
PTDiffusionPagedTopicOrderingPolicy * | orderingPolicy |
![]() | |
NSString * | reference |
BOOL | tidiesOnUnsubscribe |
NSDictionary< NSString *, NSString * > * | properties |
- (BOOL) isEqualToPagedStringTopicAttributes: | (nullable PTDiffusionPagedStringTopicAttributes *) | pagedStringTopicAttributes |
Compares the receiver to the given paged string topic attributes.
pagedStringTopicAttributes | The paged string topic attributes object with which to compare the receiver. |
YES
if the paged string topic attributes is equal to the receiver, otherwise NO
.