API reference
API reference
Select your platform
No SDKs available
No versions available

LeaderboardArray

Updated: Oct 30, 2025

LeaderboardArray

interface LeaderboardArray
Leaderboards provide a way for a game to keep track of players and their scores in relation to other. The leaderboard object contains information about this leaderboard ID, API name and destination. Lean more about
leaderboard on our website.

Properties

NameSummary
cursorAfter
abstract val cursorAfter: String?
cursorBefore
abstract val cursorBefore: String?
json
open val json: String
leaderboards
abstract val leaderboards: List<Leaderboard>
nextUrl
abstract val nextUrl: String?
previousUrl
abstract val previousUrl: String?