Skip to content

leancloud-sdk-8.2.9

Choose a tag to compare

@jwfing jwfing released this 19 May 09:56
· 154 commits to master since this release

Break changes

  • None

New features

add some functions to LCLeaderboard:

  • LCLeaderboard#queryGroupStatistics(String memberType, String statisticName, List targetKeys), for querying multiple entities' statistics.
  • LCLeaderboard#getGroupResults(List groupUserIds, int skip, int limit, List selectMemberKeys, List includeStatistics), for querying multiple users' rankings.
  • LCLeaderboard#getAroundInGroupResults(List groupUserIds, String targetId, int limit, List selectMemberKeys, List includeStatistics), for querying around rankings within multiple users.

Optimization and fixed bugs

  • None.