-
Methods in com.bitheads.braincloud.services with parameters of type SocialLeaderboardService.SortOrder
| Modifier and Type |
Method |
Description |
void |
SocialLeaderboardService.getGlobalLeaderboardPage(String leaderboardId,
SocialLeaderboardService.SortOrder sort,
int startIndex,
int endIndex,
IServerCallback callback) |
Method returns a page of results of the global leaderboard.
|
void |
SocialLeaderboardService.getGlobalLeaderboardPageByVersion(String leaderboardId,
SocialLeaderboardService.SortOrder sort,
int startIndex,
int endIndex,
int versionId,
IServerCallback callback) |
Method returns a page of results of the global leaderboard.
|
void |
SocialLeaderboardService.getGlobalLeaderboardView(String leaderboardId,
SocialLeaderboardService.SortOrder sort,
int beforeCount,
int afterCount,
IServerCallback callback) |
Method returns a page of results of the global leaderboard.
|
void |
SocialLeaderboardService.getGlobalLeaderboardViewByVersion(String leaderboardId,
SocialLeaderboardService.SortOrder sort,
int beforeCount,
int afterCount,
int versionId,
IServerCallback callback) |
Method returns a page of results of the global leaderboard.
|
void |
SocialLeaderboardService.getGroupLeaderboardView(String leaderboardId,
String groupId,
SocialLeaderboardService.SortOrder sort,
int beforeCount,
int afterCount,
IServerCallback callback) |
Retrieve a view of the group leaderbaord surrounding the current group
Service Name - leaderboard
Service Operation - GET_GROUP_LEADERBOARD_VIEW
|
void |
SocialLeaderboardService.getGroupLeaderboardViewByVersion(String leaderboardId,
String groupId,
int versionId,
SocialLeaderboardService.SortOrder sort,
int beforeCount,
int afterCount,
IServerCallback callback) |
Retrieve a view of the group leaderbaord surrounding the current group by version
Service Name - leaderboard
Service Operation - GET_GROUP_LEADERBOARD_VIEW
|
void |
TournamentService.postTournamentScoreWithResults(String leaderboardId,
long score,
String jsonData,
Date roundStartedTime,
SocialLeaderboardService.SortOrder sort,
int beforeCount,
int afterCount,
long initialScore,
IServerCallback callback) |
Deprecated.
|
void |
TournamentService.postTournamentScoreWithResultsUTC(String leaderboardId,
long score,
String jsonData,
long roundStartedTimeUTC,
SocialLeaderboardService.SortOrder sort,
int beforeCount,
int afterCount,
long initialScore,
IServerCallback callback) |
Post the users score to the leaderboard
Service Name - tournament
Service Operation - POST_TOURNAMENT_SCORE_WITH_RESULTS
|