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

Introduction

The protocol to which custom topic details builders conform.

See Also
PTDiffusionTopicDetails
Deprecated:
Since 5.9. Will be removed in a future release.
Since
5.7
Inheritance diagram for <PTDiffusionCustomTopicDetailsBuilder>:
<PTDiffusionTopicDetailsBuilder>

Properties

NSString * handler
 
- 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*) handler
readwritenonatomiccopy

Specifies the full path name of the CustomTopicDataHandler class available at the server. An instance of this class will be instantiated to represent the topic and maintain its state.

Exceptions
NSInvalidArgumentExceptionOn setting this property, if the supplied handler is nil or empty (zero length).
Since
5.7