Class NotificationJoinableUser
Joinable user notification data, containing account id and online id
Namespace: Unity.PSN.PS5.Sessions
Syntax
[Serializable]
public class NotificationJoinableUser
Fields
accountId
Account id of the joinable user
Declaration
public ulong accountId
Field Value
| Type | Description |
|---|---|
| UInt64 |
onlineId
The online id of the joinable user
Declaration
public string onlineId
Field Value
| Type | Description |
|---|---|
| String |
Methods
ToString()
Generate string with account id and online id
Declaration
public override string ToString()
Returns
| Type | Description |
|---|---|
| String | Generated string |