docs.unity3d.com
    Show / Hide Table of Contents

    Class UserSystem.AddUserRequest

    Add a user to the system. This should be called when a user logs onto the system

    Inheritance
    Object
    Request
    UserSystem.AddUserRequest
    Inherited Members
    Request.Result
    Request.HasUpdate()
    Request.Update()
    Namespace: Unity.PSN.PS5.Users
    Syntax
    public class AddUserRequest : Request
    Remarks

    A user Id must first be registered with the system before it can be used elsewhere This will create all the necessary system contexts in the native PSN library

    Properties

    UserId

    User Id to register

    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