Uses of Class
cn.leancloud.LCStatisticResult
Packages that use LCStatisticResult
-
Uses of LCStatisticResult in cn.leancloud
Methods in cn.leancloud that return types with arguments of type LCStatisticResultModifier and TypeMethodDescriptionstatic io.reactivex.Observable<LCStatisticResult> LCLeaderboard.getMemberStatistics(String memberType, String memberId) get member statistics.static io.reactivex.Observable<LCStatisticResult> LCLeaderboard.getMemberStatistics(String memberType, String memberId, List<String> statisticNames) get member statisticsstatic io.reactivex.Observable<LCStatisticResult> LCLeaderboard.getUserStatistics(LCUser user) get user's statisticsstatic io.reactivex.Observable<LCStatisticResult> LCLeaderboard.getUserStatistics(LCUser user, List<String> statisticNames) get user's statisticsstatic io.reactivex.Observable<LCStatisticResult> LCLeaderboard.queryGroupStatistics(String memberType, String statisticName, List<String> targetKeys) query a group of users/objects/entities statistic results.io.reactivex.Observable<LCStatisticResult> LCLeaderboard.queryGroupStatistics(List<String> targetKeys) query multiple users/objects/entities statistic results.static io.reactivex.Observable<LCStatisticResult> LCLeaderboard.updateStatistic(LCUser user, Map<String, Double> values) update user's statisticstatic io.reactivex.Observable<LCStatisticResult> LCLeaderboard.updateStatistic(LCUser user, Map<String, Double> params, boolean overwrite) update user's statistic -
Uses of LCStatisticResult in cn.leancloud.core
Methods in cn.leancloud.core that return types with arguments of type LCStatisticResultModifier and TypeMethodDescriptionio.reactivex.Observable<LCStatisticResult> StorageClient.getEntityStatistics(String entityId, List<String> statisticNames) io.reactivex.Observable<LCStatisticResult> StorageClient.getGroupStatistics(String leaderboardType, String statisticName, List<String> targetKeys) io.reactivex.Observable<LCStatisticResult> StorageClient.getObjectStatistics(String objectId, List<String> statisticNames) io.reactivex.Observable<LCStatisticResult> StorageClient.getUserStatistics(String userObjectId, List<String> statisticNames) io.reactivex.Observable<LCStatisticResult> StorageClient.updateEntityStatistics(String entityId, List<Map<String, Object>> params, boolean overwrite) io.reactivex.Observable<LCStatisticResult> StorageClient.updateObjectStatistics(String objectId, List<Map<String, Object>> params, boolean overwrite) io.reactivex.Observable<LCStatisticResult> update user statistics.