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

Introduction

An update context provides additional detail associated with an update delivering PTDiffusionContent.

See Also
PTDiffusionTopicsFeature
Deprecated:
Since 6.1. This class is only required to support the deprecated PTDiffusionTopicStreamDelegate, which in turn is only required to support the deprecated stateless and record topic types. It will be removed along with these topic types in a future release.
Since
5.6
Inheritance diagram for PTDiffusionUpdateContext:

Class Methods

(instancetype) + NS_UNAVAILABLE
 

Properties

PTDiffusionUpdateType updateType
 

Instance Methods

(instancetype) - NS_UNAVAILABLE
 
(BOOL) - isEqualToUpdateContext:
 

Method Documentation

- (BOOL) isEqualToUpdateContext: (nullable PTDiffusionUpdateContext *)  updateContext

Compares the receiver to the given update context.

Parameters
updateContextThe update context object with which to compare the receiver.
Returns
YES if the update context is equal to the receiver, otherwise NO.
Since
5.6

Property Documentation

- (PTDiffusionUpdateType) updateType
readnonatomicassign

The type of update.

Since
5.6