Uses of Enum
com.bitheads.braincloud.services.SocialLeaderboardService.SortOrder
Packages that use SocialLeaderboardService.SortOrder
-
Uses of SocialLeaderboardService.SortOrder in com.bitheads.braincloud.services
Methods in com.bitheads.braincloud.services that return SocialLeaderboardService.SortOrderModifier and TypeMethodDescriptionReturns the enum constant of this type with the specified name.static SocialLeaderboardService.SortOrder[]SocialLeaderboardService.SortOrder.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.bitheads.braincloud.services with parameters of type SocialLeaderboardService.SortOrderModifier and TypeMethodDescriptionvoidSocialLeaderboardService.getGlobalLeaderboardPage(String leaderboardId, SocialLeaderboardService.SortOrder sort, int startIndex, int endIndex, IServerCallback callback) Method returns a page of results of the global leaderboard.voidSocialLeaderboardService.getGlobalLeaderboardPageByVersion(String leaderboardId, SocialLeaderboardService.SortOrder sort, int startIndex, int endIndex, int versionId, IServerCallback callback) Method returns a page of results of the global leaderboard.voidSocialLeaderboardService.getGlobalLeaderboardPageByVersionIfExists(String leaderboardId, SocialLeaderboardService.SortOrder sort, int startIndex, int endIndex, int versionId, IServerCallback callback) Method returns a page of results of the global leaderboard.voidSocialLeaderboardService.getGlobalLeaderboardPageIfExists(String leaderboardId, SocialLeaderboardService.SortOrder sort, int startIndex, int endIndex, IServerCallback callback) Method returns a page of results of the global leaderboard.voidSocialLeaderboardService.getGlobalLeaderboardView(String leaderboardId, SocialLeaderboardService.SortOrder sort, int beforeCount, int afterCount, IServerCallback callback) Method returns a page of results of the global leaderboard.voidSocialLeaderboardService.getGlobalLeaderboardViewByVersion(String leaderboardId, SocialLeaderboardService.SortOrder sort, int beforeCount, int afterCount, int versionId, IServerCallback callback) Method returns a page of results of the global leaderboard.voidSocialLeaderboardService.getGlobalLeaderboardViewByVersionIfExists(String leaderboardId, SocialLeaderboardService.SortOrder sort, int beforeCount, int afterCount, int versionId, IServerCallback callback) Method returns a page of results of the global leaderboard.voidSocialLeaderboardService.getGlobalLeaderboardViewIfExists(String leaderboardId, SocialLeaderboardService.SortOrder sort, int beforeCount, int afterCount, IServerCallback callback) Method returns a page of results of the global leaderboard.voidSocialLeaderboardService.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_VIEWvoidSocialLeaderboardService.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_VIEWvoidTournamentService.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