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

LeaderboardEntryArray

Updated: Oct 30, 2025

LeaderboardEntryArray

interface LeaderboardEntryArray
A leaderboard entry object contains information about the horizon.platform.users.models.User who made the entry, their score, and other relevant details in the leaderboard. It provides a way for a game to keep track of players and their scores in relation to other. A single leaderboard entry can be written by horizon.platform.leaderboards.Leaderboards.writeEntry. A block of leaderboard entries can be retrieved using horizon.platform.leaderboards.Leaderboards.getEntries. Visit our website for more information about the leaderboard entry.

Properties

NameSummary
cursorAfter
abstract val cursorAfter: String?
cursorBefore
abstract val cursorBefore: String?
json
open val json: String
leaderboardEntries
abstract val leaderboardEntries: List<LeaderboardEntry>
nextUrl
abstract val nextUrl: String?
previousUrl
abstract val previousUrl: String?