Class UserSystem.GetBlockingUsersRequest
Requesta list of blocked users
Namespace: Unity.PSN.PS5.Users
Syntax
public class GetBlockingUsersRequest : Request
Properties
Limit
Maximum number of accounts to return in a single request
Declaration
public uint Limit { get; set; }
Property Value
| Type | Description |
|---|---|
| UInt32 |
NextOffset
Next offset
Declaration
public int NextOffset { get; }
Property Value
| Type | Description |
|---|---|
| Int32 |
Offset
Start offset of the list
Declaration
public uint Offset { get; set; }
Property Value
| Type | Description |
|---|---|
| UInt32 |
PreviousOffset
Previous Offset
Declaration
public int PreviousOffset { get; }
Property Value
| Type | Description |
|---|---|
| Int32 |
RetrievedAccountIds
List of retrieved account id blocked by the user
Declaration
public List<ulong> RetrievedAccountIds { get; set; }
Property Value
| Type | Description |
|---|---|
| List<UInt64> |
TotalItemCount
Number of all entries included in the block list
Declaration
public int TotalItemCount { get; }
Property Value
| Type | Description |
|---|---|
| Int32 |
UserId
User Id making the request
Declaration
public int UserId { get; set; }
Property Value
| Type | Description |
|---|---|
| Int32 |
Methods
Run()
Declaration
protected override void Run()