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

Introduction

Attributes specific to custom topics.

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

Properties

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

Instance Methods

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

Method Documentation

- (BOOL) isEqualToCustomTopicAttributes: (nullable PTDiffusionCustomTopicAttributes *)  customTopicAttributes

Compares the receiver to the given custom topic attributes.

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

Property Documentation

- (NSString*) handler
readnonatomicassign

The handler class name.

Since
5.7