docs.unity3d.com
    Show / Hide Table of Contents

    Class Leaderboards.GetBoardDefinitionRequest

    Obtain leaderboard definition

    Inheritance
    Object
    Request
    Leaderboards.GetBoardDefinitionRequest
    Inherited Members
    Request.Result
    Request.HasUpdate()
    Request.Update()
    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()
    Overrides
    Request.Run()
    Back to top Copyright © 2020 Unity Technologies
    Generated by DocFX
    on 25 September 2020