Class PlayerSessionRequests.AddPlayerSessionJoinableSpecifiedUsersRequest
Add list of joinable specified users to a session
Namespace: Unity.PSN.PS5.Sessions
Syntax
public class AddPlayerSessionJoinableSpecifiedUsersRequest : Request
Properties
JoinableAccountIds
Add the specified users to the JoinableSpecifiedUsers
Declaration
public List<ulong> JoinableAccountIds { get; set; }
Property Value
| Type | Description |
|---|---|
| List<UInt64> |
RetrievedAccountIds
Recieved set of joinable account ids
Declaration
public List<ulong> RetrievedAccountIds { get; }
Property Value
| Type | Description |
|---|---|
| List<UInt64> |
SessionId
Player Session ID
Declaration
public string SessionId { get; set; }
Property Value
| Type | Description |
|---|---|
| String |
UserId
User ID
Declaration
public int UserId { get; set; }
Property Value
| Type | Description |
|---|---|
| Int32 |
Methods
Run()
Declaration
protected override void Run()