docs.unity3d.com
    Show / Hide Table of Contents

    Class GameSessionRequests.GetJoinedGameSessionsByUserRequest

    Obtain a list of Player Sessions in which a user is participating

    Inheritance
    Object
    Request
    GameSessionRequests.GetJoinedGameSessionsByUserRequest
    Inherited Members
    Request.Result
    Request.HasUpdate()
    Request.Update()
    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()
    Overrides
    Request.Run()
    Back to top Copyright © 2020 Unity Technologies
    Generated by DocFX
    on 25 September 2020