Beamable SDK
|
Public Member Functions | |
LeaderboardService (PlatformService platform, PlatformRequester requester) | |
UserDataCache< RankEntry > | GetCache (string boardId) |
Promise< RankEntry > | GetUser (string boardId, long gamerTag) |
Promise< LeaderBoardView > | GetBoard (string boardId, int from, int max, long? focus=null, long? outlier=null) |
Promise< LeaderBoardView > | GetRanks (string boardId, List< long > ids) |
Promise< EmptyResponse > | SetScore (string boardId, double score) |
Promise< EmptyResponse > | IncrementScore (string boardId, double score) |