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

Introduction

Attributes specific to record topics.

See Also
PTDiffusionRecordTopicDetailsBuilder
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
(BOOL) - isEqualToTopicAttributes:
 

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