|
| LeaderboardService (PlatformService platform, IBeamableRequester requester, UserDataCache< RankEntry >.FactoryFunction cacheFactory) |
|
| LeaderboardApi (IBeamableRequester requester, IUserContext userContext, UserDataCache< RankEntry >.FactoryFunction factoryFunction) |
|
UserDataCache< RankEntry > | GetCache (string boardId) |
|
Promise< RankEntry > | GetUser (LeaderboardRef leaderBoard, long gamerTag) |
|
Promise< RankEntry > | GetUser (string boardId, long gamerTag) |
|
Promise< LeaderBoardView > | GetBoard (LeaderboardRef leaderBoard, int @from, int max, long? focus=null, long? outlier=null) |
|
Promise< LeaderBoardView > | GetBoard (string boardId, int @from, int max, long? focus=null, long? outlier=null) |
|
Promise< LeaderBoardView > | GetRanks (LeaderboardRef leaderBoard, List< long > ids) |
|
Promise< LeaderBoardView > | GetRanks (string boardId, List< long > ids) |
|
Promise< EmptyResponse > | SetScore (LeaderboardRef leaderBoard, double score, IDictionary< string, object > stats=null) |
|
Promise< EmptyResponse > | SetScore (string boardId, double score, IDictionary< string, object > stats=null) |
|
Promise< EmptyResponse > | IncrementScore (LeaderboardRef leaderBoard, double score, IDictionary< string, object > stats=null) |
|
Promise< EmptyResponse > | IncrementScore (string boardId, double score, IDictionary< string, object > stats=null) |
|
Promise< LeaderBoardView > | GetBoard (LeaderboardRef leaderBoard, int from, int max, long? focus=null, long? outlier=null) |
|
Promise< LeaderBoardView > | GetBoard (string boardId, int from, int max, long? focus=null, long? outlier=null) |
|