Diffusion Apple API  6.1.5
Unified Client Library for iOS, tvOS and OS X / macOS
 All Classes Functions Variables Properties Pages
Properties | Instance Methods | List of all members
PTDiffusionRecordTopicAttributes Class Reference

Introduction

Attributes specific to record topics.

Deprecated:
Since 6.0. Use PTDiffusionRecordV2 or PTDiffusionJSON.
Since
5.7
Inheritance diagram for PTDiffusionRecordTopicAttributes:
PTDiffusionTopicAttributes

Properties

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

Instance Methods

(BOOL) - isEqualToRecordTopicAttributes:
 
- Instance Methods inherited from PTDiffusionTopicAttributes
(instancetype) - NS_UNAVAILABLE
 
(BOOL) - isEqualToTopicAttributes:
 

Additional Inherited Members

- Class Methods inherited from PTDiffusionTopicAttributes
(instancetype) + NS_UNAVAILABLE
 

Method Documentation

- (BOOL) isEqualToRecordTopicAttributes: (nullable PTDiffusionRecordTopicAttributes *)  recordTopicAttributes

Compares the receiver to the given record topic attributes.

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

Property Documentation

- (NSString*) emptyFieldValue
readnonatomicassign

The empty field value.

Since
5.7