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

Introduction

Base class which has no specific information associated with it.

See Also
PTDiffusionTopicDetailsBuilder
Since
5.7
Inheritance diagram for PTDiffusionTopicSchema:
PTDiffusionPagedRecordTopicSchema PTDiffusionProtocolBufferTopicSchema PTDiffusionRecordTopicSchema PTDiffusionSingleValueTopicSchema

Instance Methods

(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