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
PTDiffusionBranchMappingTable Class Reference

Introduction

A session tree branch mapping table.

A branch mapping table is a list of branch mappings assigned to a session tree branch

To create a branch mapping table, obtain a new a builder instance using PTDiffusionBranchMappingTableBuilder, call addBranchMapping for each branch mapping, then createTable. The result can then be sent to the server using putBranchMappingTable

See Also
PTDiffusionSessionTreesFeature
Since
6.7
Inheritance diagram for PTDiffusionBranchMappingTable:

Properties

NSString * sessionTreeBranch
 
NSArray
< PTDiffusionBranchMapping * > * 
branchMappings
 

Property Documentation

- (NSArray<PTDiffusionBranchMapping *>*) branchMappings
readnonatomicassign

The branch mappings

- (NSString*) sessionTreeBranch
readnonatomicassign

The branch of the session tree to which this table is bound