Diffusion Apple API  6.2.7
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
PTDiffusionRequestContext Class Reference

Introduction

A request context provides additional contextual information for received messaging requests.

Since
6.0
Inheritance diagram for PTDiffusionRequestContext:

Class Methods

(instancetype) + NS_UNAVAILABLE
 

Properties

PTDiffusionSessionIdsessionId
 
NSString * path
 
NSDictionary< NSString
*, NSString * > * 
sessionProperties
 

Instance Methods

(instancetype) - NS_UNAVAILABLE
 

Property Documentation

- (NSString*) path
readnonatomicassign

The message path of the request.

Since
6.0
- (PTDiffusionSessionId*) sessionId
readnonatomicassign

The ID of the session that sent the request.

Since
6.0
- (NSDictionary<NSString *, NSString *>*) sessionProperties
readnonatomicassign

Properties of the session that sent the request.

Since
6.0