Diffusion Apple API  6.7.4
Unified Client Library for iOS, tvOS and OS X / macOS
 All Classes Files Functions Variables Enumerations Enumerator Properties Pages
Properties | 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:

Properties

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

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