Class PlayerSessionRequests.ChangePlayerSessionLeaderRequest
Change player session leader
Namespace: Unity.PSN.PS5.Sessions
Syntax
public class ChangePlayerSessionLeaderRequest : Request
Properties
AccountId
Account ID of new leader
Declaration
public ulong AccountId { get; set; }
Property Value
| Type | Description |
|---|---|
| UInt64 |
Platform
Platform of new leader
Declaration
public string Platform { get; set; }
Property Value
| Type | Description |
|---|---|
| String |
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()