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

Introduction

Base class which has no specific information associated with it.

See Also
PTDiffusionTopicDetailsBuilder
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 PTDiffusionTopicSchema:
PTDiffusionRecordTopicSchema PTDiffusionSingleValueTopicSchema

Class Methods

(instancetype) + NS_UNAVAILABLE
 

Instance Methods

(instancetype) - NS_UNAVAILABLE
 
(BOOL) - isEqualToTopicSchema:
 

Method Documentation

- (BOOL) isEqualToTopicSchema: (nullable PTDiffusionTopicSchema *)  topicSchema

Compares the receiver to the given topic schema.

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