Class Leaderboards.GetBoardDefinitionRequest
Obtain leaderboard definition
Namespace: Unity.PSN.PS5.Leaderboard
Syntax
public class GetBoardDefinitionRequest : Request
Properties
Board
List of additional content entitlements.
Declaration
public Leaderboards.BoardDefinition Board { get; }
Property Value
| Type | Description |
|---|---|
| Leaderboards.BoardDefinition |
BoardId
Leaderboard ID
Declaration
public int BoardId { get; set; }
Property Value
| Type | Description |
|---|---|
| Int32 |
Fields
These are the components of the leaderboard specification
Declaration
public Leaderboards.BoardFields.Flags Fields { get; set; }
Property Value
| Type | Description |
|---|---|
| Leaderboards.BoardFields.Flags |
ServiceLabel
NP service label
Declaration
public uint ServiceLabel { get; set; }
Property Value
| Type | Description |
|---|---|
| UInt32 |
UserId
User ID
Declaration
public int UserId { get; set; }
Property Value
| Type | Description |
|---|---|
| Int32 |
Methods
Run()
Declaration
protected override void Run()