Beamable SDK
Public Member Functions | Protected Member Functions | Properties | List of all members
Beamable.Common.Api.Leaderboards.LeaderboardApi Class Reference
Inheritance diagram for Beamable.Common.Api.Leaderboards.LeaderboardApi:
Inheritance graph
[legend]
Collaboration diagram for Beamable.Common.Api.Leaderboards.LeaderboardApi:
Collaboration graph
[legend]

Public Member Functions

 LeaderboardApi (IBeamableRequester requester, IUserContext userContext, UserDataCache< RankEntry >.FactoryFunction factoryFunction)
 
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)
 
- Public Member Functions inherited from Beamable.Common.Api.Leaderboards.ILeaderboardApi
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)
 

Protected Member Functions

Promise< EmptyResponseUpdate (string boardId, double score, bool increment=false, IDictionary< string, object > stats=null)
 

Properties

IBeamableRequester Requester [get]
 
IUserContext UserContext [get]
 

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