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

LeaderboardStartAt Enum

An enum that allows you to specify the starting point for the leaderboard entries. It can be used as a params in Leaderboards.getEntries to the starting point for the leaderboard entries that are returned in the response.

Signature

enum LeaderboardStartAt : Enum<LeaderboardStartAt> 

Enumeration Constants

MemberDescription
Top
This value indicates that the leaderboard entries should start at the top of the leaderboard.
CenteredOnViewer
This value indicates that the leaderboard entries should start at the viewer's position on the leaderboard
CenteredOnViewerOrTop
This value indicates that the leaderboard entries should start at the viewer's position on the leaderboard, or at the top of the leaderboard if the viewer is not present.
Unknown
Represents that the LeaderboardStartAt is unknown.

Properties

value : Int
[Get]
Signature
val value: Int
Did you find this page helpful?