Class UserSystem.GetBasicPresencesRequest
Request a list of user presences
Namespace: Unity.PSN.PS5.Users
Syntax
public class GetBasicPresencesRequest : Request
Properties
AccountIds
List of account ids to fetch
Declaration
public List<ulong> AccountIds { get; set; }
Property Value
| Type | Description |
|---|---|
| List<UInt64> |
RetrievedPresences
List of retrieved account presences
Declaration
public List<UserSystem.BasicPresence> RetrievedPresences { get; set; }
Property Value
| Type | Description |
|---|---|
| List<UserSystem.BasicPresence> |
UserId
User Id making the request
Declaration
public int UserId { get; set; }
Property Value
| Type | Description |
|---|---|
| Int32 |
Methods
Run()
Declaration
protected override void Run()