Uses of Enum Class
cn.leancloud.LCLeaderboard.LCLeaderboardUpdateStrategy
Packages that use LCLeaderboard.LCLeaderboardUpdateStrategy
-
Uses of LCLeaderboard.LCLeaderboardUpdateStrategy in cn.leancloud
Methods in cn.leancloud that return LCLeaderboard.LCLeaderboardUpdateStrategyModifier and TypeMethodDescriptionLCLeaderboard.getUpdateStrategy()get leaderboard update strategyReturns the enum constant of this class with the specified name.LCLeaderboard.LCLeaderboardUpdateStrategy.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in cn.leancloud with parameters of type LCLeaderboard.LCLeaderboardUpdateStrategyModifier 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 typeio.reactivex.Observable<Boolean> LCLeaderboard.updateUpdateStrategy(LCLeaderboard.LCLeaderboardUpdateStrategy strategy) update current leaderboard's update strategy.