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

Introduction

Schema for record topics.

Deprecated:
Since 6.0. Use PTDiffusionRecordV2 or PTDiffusionJSON.
Since
5.7
Inheritance diagram for PTDiffusionRecordTopicSchema:
PTDiffusionTopicSchema

Class Methods

(PTDiffusionRecordContentSchema *) + defaultMetadata
 
- Class Methods inherited from PTDiffusionTopicSchema
(instancetype) + NS_UNAVAILABLE
 

Properties

PTDiffusionRecordContentSchemametadata
 

Instance Methods

(BOOL) - isEqualToRecordTopicSchema:
 
- Instance Methods inherited from PTDiffusionTopicSchema
(instancetype) - NS_UNAVAILABLE
 
(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