Diffusion Apple API  6.1.5
Unified Client Library for iOS, tvOS and OS X / macOS
 All Classes Functions Variables Properties Pages
Properties | List of all members
<PTDiffusionRecordTopicDetailsBuilder> Protocol Reference

Introduction

The protocol to which record topic details builders conform.

See Also
PTDiffusionTopicDetails
Deprecated:
Since 6.0. The use of PTDiffusionTopicDetails is being phased out in favor of PTDiffusionTopicSpecification. This interface will be removed in a future release.
Since
5.7
Inheritance diagram for <PTDiffusionRecordTopicDetailsBuilder>:
<PTDiffusionTopicDetailsBuilder>

Properties

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

Additional Inherited Members

- Instance Methods inherited from <PTDiffusionTopicDetailsBuilder>
(void) - setPropertyValue:forKey:
 
(BOOL) - removePropertyForKey:
 
(nullable NSString *) - propertyValueForKey:
 

Property Documentation

- (NSString*) emptyFieldValue
readwritenonatomiccopy

The value defining empty field.

Exceptions
NSInvalidArgumentExceptionOn setting this property with a value of nil.
Since
5.7
- (PTDiffusionRecordContentSchema*) metadata
readwritenonatomiccopy

The record content schema defining the layout of stored record content values for this topic.

Exceptions
NSInvalidArgumentExceptionOn setting this property with a value of nil.
Since
5.7