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

Introduction

Attributes specific to routing topics.

See Also
PTDiffusionRoutingTopicDetailsBuilder
Since
5.7
Inheritance diagram for PTDiffusionRoutingTopicAttributes:
PTDiffusionTopicAttributes

Properties

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

Instance Methods

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

Method Documentation

- (BOOL) isEqualToRoutingTopicAttributes: (nullable PTDiffusionRoutingTopicAttributes *)  routingTopicAttributes

Compares the receiver to the given routing topic attributes.

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

Property Documentation

- (NSString*) handler
readnonatomicassign

The routing handler class name.

Since
5.7