docs.unity3d.com
    Show / Hide Table of Contents

    Class GameSessionRequests.SetGameSessionMemberSystemPropertiesRequest

    Set member system properties for a game session

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

    Properties

    CustomData1

    Custom data. The maximum size is the size yielded from encoding 1024 bytes in Base64

    Declaration
    public byte[] CustomData1 { get; set; }
    Property Value
    Type Description
    Byte[]

    SessionId

    Game 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