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

Introduction

Attributes specific to service topics.

Note
The capability to retrieve topic attributes for service topics is provided for legacy purposes only as they have been deprecated since 5.7. They cannot be created using this client library.
Deprecated:
Since 5.9.2. Will be removed in a future release.
Since
5.7
Inheritance diagram for PTDiffusionServiceTopicAttributes:
PTDiffusionTopicAttributes

Properties

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

Instance Methods

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

Method Documentation

- (BOOL) isEqualToServiceTopicAttributes: (nullable PTDiffusionServiceTopicAttributes *)  serviceTopicAttributes

Compares the receiver to the given service topic attributes.

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

Property Documentation

- (NSString*) handler
readnonatomicassign

The service handler class name or a zero length string if services requests are to be delegated to a client (not currently supported).

Since
5.7
- (NSUInteger) requestTimeout
readnonatomicassign

The service request timeout.

Since
5.7
- (NSString*) serviceType
readnonatomicassign

The service type.

Since
5.7