Board
Board.Session
BoardSession Class
Provides access to Board’s app session.
public static class BoardSession
Inheritance System.Object 🡒 BoardSession
| Properties | |
|---|---|
| activeProfile | Gets the system-wide active profile. |
| players | Gets the array of active players in the current session including all BoardPlayerType types. |
| Methods | |
|---|---|
| PresentAddPlayerSelector() | Presents the native player selector to add a new player to the current session. |
| PresentReplacePlayerSelector(BoardSessionPlayer) | Presents the native player selector to replace or remove an existing BoardSessionPlayer from the current session. |
| ResetPlayers() | Resets the session players to the initial state. |
| Events | |
|---|---|
| activeProfileChanged | Occurs when the system-wide active profile changes. |
| playersChanged | Occurs when the active players in the session change. |