Uses of Class
cn.leancloud.LCLeaderboard
Packages that use LCLeaderboard
-
Uses of LCLeaderboard in cn.leancloud
Methods in cn.leancloud that return LCLeaderboardModifier and TypeMethodDescriptionstatic LCLeaderboardLCLeaderboard.createWithoutData(String name) create instance with leaderboard namestatic LCLeaderboardLCLeaderboard.createWithoutData(String name, String memberType) create instance with leaderboard name and type.Methods in cn.leancloud that return types with arguments of type LCLeaderboardModifier and TypeMethodDescriptionstatic io.reactivex.Observable<LCLeaderboard> LCLeaderboard.create(String name, LCLeaderboard.LCLeaderboardOrder order, LCLeaderboard.LCLeaderboardUpdateStrategy updateStrategy, LCLeaderboard.LCLeaderboardVersionChangeInterval versionChangeInterval) create leaderboard with default member type(User).static io.reactivex.Observable<LCLeaderboard> LCLeaderboard.createWithMemberType(String memberType, String name, LCLeaderboard.LCLeaderboardOrder order, LCLeaderboard.LCLeaderboardUpdateStrategy updateStrategy, LCLeaderboard.LCLeaderboardVersionChangeInterval versionChangeInterval) create leaderboard with customized member typestatic io.reactivex.Observable<LCLeaderboard> LCLeaderboard.fetchByName(String name) fetch leaderboard with name