Diffusion Apple API 6.12.1
Unified Client Library for iOS, tvOS and OS X / macOS
Loading...
Searching...
No Matches
PTDiffusionRequestContext Class Reference

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

#include <PTDiffusionRequestContext.h>

Inheritance diagram for PTDiffusionRequestContext:

Properties

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

Detailed Description

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

Since
6.0

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