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

Leaderboard 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 Leaderboard

Properties

apiName : String
[Get]
The API name of this leaderboard. This is a unique string that your application will refer to this leaderboard in your app code.
Signature
abstract val apiName: String
destination : Destination?
[Get]
An optional deep link Destination, which means when a user clicks on the leaderboard, they will be taken to this in-app destination.
Signature
abstract val destination: Destination?
id : String
[Get]
The generated GUID of this leaderboard.
Signature
abstract val id: String
Did you find this page helpful?