Beamable SDK
Public Member Functions | List of all members
Beamable.Api.Leaderboard.LeaderboardService Class Reference
Inheritance diagram for Beamable.Api.Leaderboard.LeaderboardService:
Inheritance graph
[legend]
Collaboration diagram for Beamable.Api.Leaderboard.LeaderboardService:
Collaboration graph
[legend]

Public Member Functions

 LeaderboardService (PlatformService platform, IBeamableRequester requester, UserDataCache< RankEntry >.FactoryFunction cacheFactory)
 
- Public Member Functions inherited from Beamable.Common.Api.Leaderboards.LeaderboardApi
 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)
 

Additional Inherited Members

- Protected Member Functions inherited from Beamable.Common.Api.Leaderboards.LeaderboardApi
Promise< EmptyResponseUpdate (string boardId, double score, bool increment=false, IDictionary< string, object > stats=null)
 
- Properties inherited from Beamable.Common.Api.Leaderboards.LeaderboardApi
IBeamableRequester Requester [get]
 
IUserContext UserContext [get]
 

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