Class PlayerSessionRequests.SetPlayerSessionMemberSystemPropertiesRequest
Set member system properties for a player session
Namespace: Unity.PSN.PS5.Sessions
Syntax
public class SetPlayerSessionMemberSystemPropertiesRequest : 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
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()