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

LeaderboardEntryArray Interface

A leaderboard entry object contains information about the 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 Leaderboards.writeEntry. A block of leaderboard entries can be retrieved using Leaderboards.getEntries. Visit our website for more information about the leaderboard entry.

Signature

interface LeaderboardEntryArray

Properties

cursorAfter : String?
[Get]
Signature
abstract val cursorAfter: String?
cursorBefore : String?
[Get]
Signature
abstract val cursorBefore: String?
json : String
[Get]
Signature
open val json: String
leaderboardEntries : List
[Get]
Signature
abstract val leaderboardEntries: List<LeaderboardEntry>
nextUrl : String?
[Get]
Signature
abstract val nextUrl: String?
previousUrl : String?
[Get]
Signature
abstract val previousUrl: String?
Did you find this page helpful?