Enum GameSession.ParamTypes
Param types used when retrieving game session data or certain types of session notifications
Namespace: Unity.PSN.PS5.Sessions
Syntax
[Flags]
public enum ParamTypes
Fields
| Name | Description |
|---|---|
| All | All the flag set |
| CreatedTimeStamp | Date and time of creation of the Player Session |
| CustomData1 | Custom data 1 |
| CustomData2 | Custom data 2 |
| Default | A typical set of flags when retrieving player sesssion data |
| JoinDisabled | Flag for temporarily prohibiting joining |
| Matchmaking | Information added by the Matchmaking service |
| MaxPlayers | Maximum number of members who can join a Player Session as players |
| MaxSpectators | Maximum number of members who can join a Player Session as spectators |
| Member | Participating members (including players and spectators) |
| MemberPlayers | Members participating as players |
| MemberPlayersCustomData1 | Custom data 1 for a members participating as players. |
| MemberPlayersJoinState | Join states of the members who have joined the Game Session as players. |
| MemberSpectators | Members participating as spectators |
| MemberSpectatorsCustomData1 | Custom data 1 for members participating as spectators. |
| MemberSpectatorsJoinState | Join states of the members who have joined the Game Session as spectators (JOINED only). |
| NotSet | Not set |
| Representative | Game Session representative |
| ReservationTimeoutSeconds | Information added by the Matchmaking service |
| SessionId | The session id is used |
| SupportedPlatforms | Platforms that can join |
| UsePlayerSession | Flag that indicates Game Session and Player Session dependency |