{!See https://docs.google.com/document/d/1takg_GmIBBKKTj-GHZCwzxohpQz7Bhekivkk72kYMtE/edit for reference implementation of OneTrust, dataLayer and GTM} {!OneTrust Cookies Consent} {!OneTrust Cookies Consent end} {!dataLayer initialization push} {!dataLayer initialization push end} {!Google Tag Manager} {!Google Tag Manager end} Method GetVersionsAsync | Leaderboards | 2.0.0
docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Method GetVersionsAsync

    GetVersionsAsync(string, GetVersionsOptions)

    Gets the list of archived leaderboard versions for the specified leaderboard.

    Declaration
    Task<LeaderboardVersions> GetVersionsAsync(string leaderboardId, GetVersionsOptions options = null)
    Parameters
    Type Name Description
    string leaderboardId

    ID string of the leaderboard

    GetVersionsOptions options

    Options object with "Limit", the number of entries to return (starting with the most recent). Defaults to all entries

    Returns
    Type Description
    Task<LeaderboardVersions>

    Task for a Response object containing status code, headers, and Models.LeaderboardVersions object containing the list of retrieved versions.

    Exceptions
    Type Condition
    LeaderboardsException

    An exception containing a Message, Reason, and ErrorCode that can be used to determine the source of the error.

    LeaderboardsValidationException

    An exception containing a Message, Reason, ErrorCode, and Details that can be used to determine the source of the error.

    In This Article
    Back to top
    Copyright © 2023 Unity Technologies — Trademarks and terms of use
    • Legal
    • Privacy Policy
    • Cookie Policy
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)