Class PlayerSessionRequests.GetPlayerSessionsRequest
Get info for a session
Namespace: Unity.PSN.PS5.Sessions
Syntax
public class GetPlayerSessionsRequest : Request
Properties
RequiredFields
Which fields should be retrieved for the session
Declaration
public PlayerSession.ParamTypes RequiredFields { get; set; }
Property Value
| Type | Description |
|---|---|
| PlayerSession.ParamTypes |
SessionData
The retieved session data
Declaration
public PlayerSessionRequests.RetrievedSessionData SessionData { get; }
Property Value
| Type | Description |
|---|---|
| PlayerSessionRequests.RetrievedSessionData |
SessionIds
Session ID to retrieve info
Declaration
public string SessionIds { 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()