Package-level declarations
Types
Link copied to clipboard
data class Player(val id: String, val banType: BanType, val clanId: String?, val name: String, val titleId: String, val shardId: String, val patchVersion: String?, val matches: List<PlayerMatch>)
Player objects contain information about a player and a list of their recent matches (up to 14 days old). Note: player objects are specific to platform shards.
Link copied to clipboard
Functions
Link copied to clipboard
suspend fun PubgApi.getPlayerByAccountId(accountId: String, platform: Platform = Platform.STEAM): Player
Returns a single player by their account ID.
Link copied to clipboard
Link copied to clipboard