Class PlayerSessionRequests.DeletePlayerSessionJoinableSpecifiedUsersRequest
Delete list of joinable specified users from a session
Namespace: Unity.PSN.PS5.Sessions
Syntax
public class DeletePlayerSessionJoinableSpecifiedUsersRequest : Request
Properties
JoinableAccountIds
Delete the specified users from the JoinableSpecifiedUsers
Declaration
public List<ulong> JoinableAccountIds { get; set; }
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()