Uses of Enum Class
cn.leancloud.LCLeaderboard.LCLeaderboardVersionChangeInterval
Packages that use LCLeaderboard.LCLeaderboardVersionChangeInterval
-
Uses of LCLeaderboard.LCLeaderboardVersionChangeInterval in cn.leancloud
Methods in cn.leancloud that return LCLeaderboard.LCLeaderboardVersionChangeIntervalModifier and TypeMethodDescriptionLCLeaderboard.getVersionChangeInterval()get version change intervalReturns the enum constant of this class with the specified name.LCLeaderboard.LCLeaderboardVersionChangeInterval.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.LCLeaderboardVersionChangeIntervalModifier 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.updateVersionChangeInterval(LCLeaderboard.LCLeaderboardVersionChangeInterval interval) update current leaderboard's change interval