Leaderboard

data class Leaderboard(val seasonId: String, val gameMode: GameMode, val platformRegion: PlatformRegion, val placements: List<LeaderboardPlacement>)

Leaderboard objects show the current rank of the top 500 players for a game mode.

Constructors

Link copied to clipboard
constructor(seasonId: String, gameMode: GameMode, platformRegion: PlatformRegion, placements: List<LeaderboardPlacement>)

Properties

Link copied to clipboard

The game mode of the leaderboard.

Link copied to clipboard

The list of players in the leaderboard.

Link copied to clipboard

The platform region of the leaderboard.

Link copied to clipboard

The season id of the leaderboard.