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

A session tree branch mapping table. More...

#include <PTDiffusionBranchMappingTable.h>

Inheritance diagram for PTDiffusionBranchMappingTable:

Properties

NSString * sessionTreeBranch
NSArray< PTDiffusionBranchMapping * > * branchMappings

Detailed Description

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

Property Documentation

◆ branchMappings

- (NSArray<PTDiffusionBranchMapping *>*) branchMappings
readnonatomicassign

The branch mappings

◆ sessionTreeBranch

- (NSString*) sessionTreeBranch
readnonatomicassign

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