Package-level declarations

Types

Link copied to clipboard
data class AchievementBlocks(val achievementId: Int, val unlockTime: List<Int>)

A Block of achievements with the timestamp of when the achievement (in order of the schema) is unlocked.

Link copied to clipboard
class LeaderboardEntry(entry: SteammessagesClientserverLbs.CMsgClientLBSGetLBEntriesResponse.Entry)

Represents a single package in this response.

Link copied to clipboard
data class Stats(val statId: Int, val statValue: Int)

A Class representing stat values of a game. This data is commonly used for richer stats in games that support it. For example: Left 4 Dead 2.

Link copied to clipboard

This handler handles Steam user statistic related actions.