• Unity.Services.Leaderboards
    • AddPlayerScoreOptions
      • Properties
        • Metadata
        • VersionId
    • GetPlayerRangeOptions
    • GetPlayerScoreOptions
    • GetScoresByPlayerIdsOptions
    • GetScoresByTierOptions
    • GetScoresOptions
    • GetVersionPlayerRangeOptions
    • GetVersionPlayerScoreOptions
    • GetVersionScoresByPlayerIdsOptions
    • GetVersionScoresByTierOptions
    • GetVersionScoresOptions
    • GetVersionsOptions
      • Properties
        • Limit
    • ILeaderboardsService
      • Methods
        • AddPlayerScoreAsync
        • GetPlayerRangeAsync
        • GetPlayerScoreAsync
        • GetScoresAsync
        • GetScoresByPlayerIdsAsync
        • GetScoresByTierAsync
        • GetVersionPlayerRangeAsync
        • GetVersionPlayerScoreAsync
        • GetVersionScoresAsync
        • GetVersionScoresByPlayerIdsAsync
        • GetVersionScoresByTierAsync
        • GetVersionsAsync
    • IncludeMetadataOptions
      • Properties
        • IncludeMetadata
    • LeaderboardsService
      • Properties
        • Instance
    • PaginationOptions
      • Properties
        • IncludeMetadata
        • Limit
        • Offset
    • RangeOptions
      • Properties
        • IncludeMetadata
        • RangeLimit
  • Unity.Services.Leaderboards.Exceptions
    • LeaderboardsException
      • Properties
        • Reason
    • LeaderboardsExceptionReason
    • LeaderboardsRateLimitedException
      • Properties
        • RetryAfter
    • LeaderboardsValidationErrorDetail
      • Constructors
        • LeaderboardsValidationErrorDetail
      • Properties
        • Field
        • Messages
      • Methods
        • ToString
    • LeaderboardsValidationException
      • Properties
        • Details
  • Unity.Services.Leaderboards.Internal.Models
    • AddLeaderboardScore
      • Constructors
        • AddLeaderboardScore
      • Properties
        • Metadata
        • Score
        • VersionId
  • Unity.Services.Leaderboards.Models
    • LeaderboardEntry
      • Constructors
        • LeaderboardEntry
      • Properties
        • Metadata
        • PlayerId
        • PlayerName
        • Rank
        • Score
        • Tier
        • UpdatedTime
    • LeaderboardScores
      • Constructors
        • LeaderboardScores
      • Properties
        • Results
    • LeaderboardScoresPage
      • Constructors
        • LeaderboardScoresPage
      • Properties
        • Limit
        • Offset
        • Results
        • Total
    • LeaderboardScoresWithNotFoundPlayerIds
      • Constructors
        • LeaderboardScoresWithNotFoundPlayerIds
      • Properties
        • EntriesNotFoundForPlayerIds
        • Results
    • LeaderboardTierScoresPage
      • Constructors
        • LeaderboardTierScoresPage
      • Properties
        • Limit
        • Offset
        • Results
        • Tier
        • Total
    • LeaderboardVersion
      • Constructors
        • LeaderboardVersion
      • Properties
        • End
        • Id
        • Start
    • LeaderboardVersionEntry
      • Constructors
        • LeaderboardVersionEntry
      • Properties
        • PlayerId
        • PlayerName
        • Rank
        • Score
        • Version
    • LeaderboardVersionScores
      • Constructors
        • LeaderboardVersionScores
      • Properties
        • Results
        • Version
    • LeaderboardVersionScoresPage
      • Constructors
        • LeaderboardVersionScoresPage
      • Properties
        • Limit
        • Offset
        • Results
        • Total
        • Version
    • LeaderboardVersionScoresWithNotFoundPlayerIds
      • Constructors
        • LeaderboardVersionScoresWithNotFoundPlayerIds
      • Properties
        • EntriesNotFoundForPlayerIds
        • Results
        • Version
    • LeaderboardVersionTierScoresPage
      • Constructors
        • LeaderboardVersionTierScoresPage
      • Properties
        • Limit
        • Offset
        • Results
        • Tier
        • Total
        • Version
    • LeaderboardVersions
      • Constructors
        • LeaderboardVersions
      • Properties
        • LeaderboardId
        • NextReset
        • Results
        • TotalArchivedVersions
        • VersionId
  • Unity.Services.Leaderboards.Settings
    • LeaderboardsEditorGameService
      • Properties
        • Enabler
        • HasDashboard
        • Identifier
        • Name
        • RequiresCoppaCompliance
      • Methods
        • GetFormattedDashboardUrl
    • LeaderboardsSettingsProvider
      • Constructors
        • LeaderboardsSettingsProvider
      • Properties
        • Description
        • EditorGameService
        • Title
      • Methods
        • CreateSettingsProvider
        • GenerateServiceDetailUI
        • OnActivate