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

- (NSArray<NSString *>*) addedProperties
readnonatomicassign

List of the added session properties

Since
6.5
- (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