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

Introduction

A receive context provides additional contextual information for received content.

See Also
PTDiffusionMessageStreamDelegate
Since
5.6
Inheritance diagram for PTDiffusionReceiveContext:

Properties

NSArray< NSString * > * headers
 

Instance Methods

(BOOL) - isEqualToReceiveContext:
 

Method Documentation

- (BOOL) isEqualToReceiveContext: (nullable PTDiffusionReceiveContext *)  receiveContext

Compares the receiver to the given receive context.

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

Property Documentation

- (NSArray<NSString *>*) headers
readnonatomicassign

The headers if there are any. The array will be empty if there are no headers.

Since
5.6