Struct GameSession.Notification
Notification from order-guaranteed push events
Namespace: Unity.PSN.PS5.Sessions
Syntax
public struct Notification
Properties
Member
The session member being updated. Can be null if the notification isn't related to a member.
Declaration
public SessionMember Member { get; }
Property Value
| Type | Description |
|---|---|
| SessionMember |
NotificationType
The type of notification for the session change
Declaration
public GameSessionNotifications.NotificationTypes NotificationType { get; }
Property Value
| Type | Description |
|---|---|
| GameSessionNotifications.NotificationTypes |
Session
The session changed by the notification
Declaration
public GameSession Session { get; }
Property Value
| Type | Description |
|---|---|
| GameSession |
SessionParamUpdates
The flag incidating the session parameter that has been changed
Declaration
public GameSession.ParamTypes SessionParamUpdates { get; }
Property Value
| Type | Description |
|---|---|
| GameSession.ParamTypes |