Package-level declarations
Types
Link copied to clipboard
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.
Link copied to clipboard
Functions
Link copied to clipboard
suspend fun PubgApi.getLeaderboard(seasonId: String, gameMode: GameMode, platformRegion: PlatformRegion = PlatformRegion.PC_SA): Leaderboard
Returns the Leaderboard by their season id, game mode and platform region.