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

Introduction

Schema for single value topics.

Deprecated:
Since 6.0. Other single scalar topic types should now be used. See PTDiffusionPrimitive.
Since
5.7
Inheritance diagram for PTDiffusionSingleValueTopicSchema:
PTDiffusionTopicSchema

Class Methods

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

Properties

PTDiffusionFieldMetadatametadata
 

Instance Methods

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