Class GameSessionRequests.GetJoinedGameSessionsByUserRequest
Obtain a list of Player Sessions in which a user is participating
Namespace: Unity.PSN.PS5.Sessions
Syntax
public class GetJoinedGameSessionsByUserRequest : Request
Properties
FoundPlayerSessions
List of Player Sessions obtained
Declaration
public List<GameSessionRequests.JoinedGameSession> FoundPlayerSessions { get; }
Property Value
| Type | Description |
|---|---|
| List<GameSessionRequests.JoinedGameSession> |
UserId
User ID
Declaration
public int UserId { get; set; }
Property Value
| Type | Description |
|---|---|
| Int32 |
Methods
Run()
Declaration
protected override void Run()