Class SessionsManager.Notification
Notification from user push events
Namespace: Unity.PSN.PS5.Sessions
Syntax
public abstract class Notification
Properties
FromAccountId
The originating user of a Push event
Declaration
public ulong FromAccountId { get; }
Property Value
| Type | Description |
|---|---|
| UInt64 |
MessagePayload
Contains message payload if the notification type is SessionMessage
Declaration
public string MessagePayload { get; }
Property Value
| Type | Description |
|---|---|
| String |
SessionId
The session id related to the notification
Declaration
public string SessionId { get; }
Property Value
| Type | Description |
|---|---|
| String |
ToAccountId
The user who is being notified of a Push event
Declaration
public ulong ToAccountId { get; }
Property Value
| Type | Description |
|---|---|
| UInt64 |