Enum PlayerSessionNotifications.NotificationTypes
Types of player session notifications
Namespace: Unity.PSN.PS5.Sessions
Syntax
public enum NotificationTypes
Fields
| Name | Description |
|---|---|
| Created | A session has been created |
| Deleted | A session has been deleted |
| InvitationsCreated | An invitation for a user has been received |
| JoinableSpecifiedUsersCreated | The list of specified user has been created |
| JoinableSpecifiedUsersDeleted | The list of specified user has been deleted |
| ParamsChanged | Session parameters have changed |
| PlayerCustomDataUpdated | Custom data for a player has been set |
| PlayerJoined | A player has joined the session |
| PlayerLeft | A player has left the session |
| PlayerSwappedToSpectator | A player has swapped to a spectator |
| SessionMessage | An session message for a user has been received |
| SpectatorCustomDataUpdated | Custom data for a spectator has been set |
| SpectatorJoined | A spectator has joined the session |
| SpectatorLeft | A spectator has left the session |
| SpectatorSwappedToPlayer | A spectator has swapped to a player |