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