Class UserSystem.AddUserRequest
Add a user to the system. This should be called when a user logs onto the system
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()