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

Encapsulates the result of a querying the server for the session properties of a particular session ID or session filter. More...

#include <PTDiffusionSetSessionPropertiesResult.h>

Inheritance diagram for PTDiffusionSetSessionPropertiesResult:

Properties

NSDictionary< NSString *, NSString * > * changedProperties
NSArray< NSString * > * addedProperties

Detailed Description

Encapsulates the result of a querying the server for the session properties of a particular session ID or session filter.

Since
6.5

Property Documentation

◆ addedProperties

- (NSArray<NSString *>*) addedProperties
readnonatomicassign

List of the added session properties

Since
6.5

◆ changedProperties

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

Map of the changed session properties The contained values in this Map are the old values prior to the change

Since
6.5