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