docs.unity3d.com
    Show / Hide Table of Contents

    Class GameSessionRequests.GetGameSessionsRequest

    Get info for a session

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