Enum PlayerSession.ParamTypes
Param types used when retrieving player 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 |
| ExclusiveLeaderPrivileges | Privileges that the leader does not have |
| InvitableUserType | Members who can send invitations |
| JoinableSpecifiedUsers | List of the users who can join without invitations when joinableUserType is SPECIFIED_USERS |
| JoinableUserType | Users who can join without invitations |
| JoinDisabled | Flag for temporarily prohibiting joining |
| Leader | The leader |
| LeaderPrivileges | Permissions had by the leader |
| LocalizedSessionName | Name of the Player Session (in all languages) |
| 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. |
| MemberSpectators | Members participating as spectators |
| MemberSpectatorsCustomData1 | Custom data 1 for members participating as spectators. |
| NotSet | Not set |
| SessionId | The session id is used |
| SessionName | Name of the Player Session |
| SupportedPlatforms | Platforms that can join |
| SwapSupported | Flag that indicates whether swapping is supported |