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
PTDiffusionSingleValueTopicSchema Class Reference

Introduction

Schema for single value topics.

See Also
PTDiffusionSingleValueTopicDetailsBuilder
Since
5.7
Inheritance diagram for PTDiffusionSingleValueTopicSchema:
PTDiffusionTopicSchema

Class Methods

(PTDiffusionStringFieldMetadata *) + defaultMetadata
 

Properties

PTDiffusionFieldMetadatametadata
 

Instance Methods

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

Method Documentation

+ (PTDiffusionStringFieldMetadata *) defaultMetadata

The default metadata used if not is explicitly supplied.

Since
5.7
- (BOOL) isEqualToSingleValueTopicSchema: (nullable PTDiffusionSingleValueTopicSchema *)  singleValueTopicSchema

Compares the receiver to the given single value topic schema.

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

Property Documentation

- (PTDiffusionFieldMetadata*) metadata
readnonatomicassign

The metadata.

Since
5.7