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

Introduction

Schema for record topics.

See Also
PTDiffusionRecordTopicDetailsBuilder
Since
5.7
Inheritance diagram for PTDiffusionRecordTopicSchema:
PTDiffusionTopicSchema

Class Methods

(PTDiffusionRecordContentSchema *) + defaultMetadata
 

Properties

PTDiffusionRecordContentSchemametadata
 

Instance Methods

(BOOL) - isEqualToRecordTopicSchema:
 
- Instance Methods inherited from PTDiffusionTopicSchema
(BOOL) - isEqualToTopicSchema:
 

Method Documentation

+ (PTDiffusionRecordContentSchema *) defaultMetadata

The default metadata used if not is explicitly supplied.

Since
5.7
- (BOOL) isEqualToRecordTopicSchema: (nullable PTDiffusionRecordTopicSchema *)  recordTopicSchema

Compares the receiver to the given record topic schema.

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

Property Documentation

- (PTDiffusionRecordContentSchema*) metadata
readnonatomicassign

The metadata.

Since
5.7