Diffusion Apple API 6.11.5
Unified Client Library for iOS, tvOS and OS X / macOS
Loading...
Searching...
No Matches
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

◆ path

- (NSString*) path
readnonatomicassign

The message path of the request.

Since
6.0

◆ sessionId

- (PTDiffusionSessionId*) sessionId
readnonatomicassign

The ID of the session that sent the request.

Since
6.0

◆ sessionProperties

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

Properties of the session that sent the request.

Since
6.0