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

Introduction

Attributes specific to topic notify topics.

See Also
PTDiffusionTopicNotifyTopicDetailsBuilder
Deprecated:
Since 5.9. Will be removed in a future release.
Since
5.7
Inheritance diagram for PTDiffusionTopicNotifyTopicAttributes:
PTDiffusionTopicAttributes

Properties

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

Instance Methods

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

Method Documentation

- (BOOL) isEqualToTopicNotifyTopicAttributes: (nullable PTDiffusionTopicNotifyTopicAttributes *)  topicNotifyTopicAttributes

Compares the receiver to the given topic notify topic attributes.

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

Property Documentation

- (BOOL) cachesMetadata
readnonatomicassign

Indicates whether the metadata caching option is on.

Since
5.7