Beamable SDK
List of all members
Beamable.Server.Api.Leaderboards.IMicroserviceLeaderboardsApi Interface Reference
Inheritance diagram for Beamable.Server.Api.Leaderboards.IMicroserviceLeaderboardsApi:
Inheritance graph
[legend]
Collaboration diagram for Beamable.Server.Api.Leaderboards.IMicroserviceLeaderboardsApi:
Collaboration graph
[legend]

Additional Inherited Members

- Public Member Functions inherited from Beamable.Common.Api.Leaderboards.ILeaderboardApi
UserDataCache< RankEntryGetCache (string boardId)
 
Promise< RankEntryGetUser (LeaderboardRef leaderBoard, long gamerTag)
 
Promise< RankEntryGetUser (string boardId, long gamerTag)
 
Promise< LeaderBoardViewGetBoard (LeaderboardRef leaderBoard, int from, int max, long? focus=null, long? outlier=null)
 
Promise< LeaderBoardViewGetBoard (string boardId, int from, int max, long? focus=null, long? outlier=null)
 
Promise< LeaderBoardViewGetRanks (LeaderboardRef leaderBoard, List< long > ids)
 
Promise< LeaderBoardViewGetRanks (string boardId, List< long > ids)
 
Promise< EmptyResponseSetScore (LeaderboardRef leaderBoard, double score, IDictionary< string, object > stats=null)
 
Promise< EmptyResponseSetScore (string boardId, double score, IDictionary< string, object > stats=null)
 
Promise< EmptyResponseIncrementScore (LeaderboardRef leaderBoard, double score, IDictionary< string, object > stats=null)
 
Promise< EmptyResponseIncrementScore (string boardId, double score, IDictionary< string, object > stats=null)
 

The documentation for this interface was generated from the following file: