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

LeaderboardArray Interface

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.

Signature

interface LeaderboardArray

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
leaderboards : List
[Get]
Signature
abstract val leaderboards: List<Leaderboard>
nextUrl : String?
[Get]
Signature
abstract val nextUrl: String?
previousUrl : String?
[Get]
Signature
abstract val previousUrl: String?
Did you find this page helpful?