docs.unity3d.com
    Show / Hide Table of Contents

    Class PlayerSessionRequests.AddPlayerSessionJoinableSpecifiedUsersRequest

    Add list of joinable specified users to a session

    Inheritance
    Object
    Request
    PlayerSessionRequests.AddPlayerSessionJoinableSpecifiedUsersRequest
    Inherited Members
    Request.Result
    Request.HasUpdate()
    Request.Update()
    Namespace: Unity.PSN.PS5.Sessions
    Syntax
    public class AddPlayerSessionJoinableSpecifiedUsersRequest : Request

    Properties

    JoinableAccountIds

    Add the specified users to the JoinableSpecifiedUsers

    Declaration
    public List<ulong> JoinableAccountIds { get; set; }
    Property Value
    Type Description
    List<UInt64>

    RetrievedAccountIds

    Recieved set of joinable account ids

    Declaration
    public List<ulong> RetrievedAccountIds { get; }
    Property Value
    Type Description
    List<UInt64>

    SessionId

    Player Session ID

    Declaration
    public string SessionId { 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