Diffusion Apple API 6.11.6
Unified Client Library for iOS, tvOS and OS X / macOS
Loading...
Searching...
No Matches
Properties | List of all members
PTDiffusionSetSessionPropertiesResult Class Reference

Introduction

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

Since
6.5
Inheritance diagram for PTDiffusionSetSessionPropertiesResult:

Properties

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

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