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

Introduction

An update context provides additional detail associated with a content update.

See Also
PTDiffusionTopicsFeature
Since
5.6
Inheritance diagram for PTDiffusionUpdateContext:

Properties

PTDiffusionUpdateType updateType
 

Instance Methods

(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