LeaderboardRequest |
LeaderboardRequest.beforeDate(String date) |
Restricts the results to runs done before or on this date.
|
LeaderboardRequest |
LeaderboardRequest.onlyEmulators() |
Restricts the results to runs done on an emulator.
|
LeaderboardRequest |
LeaderboardRequest.onlyRealDevices() |
Restricts the results to runs done on hardware (that is, not an emulator).
|
LeaderboardRequest |
LeaderboardRequest.platform(Platform platform) |
Restricts the results to runs done on the given Platform.
|
LeaderboardRequest |
LeaderboardRequest.platform(String id) |
Restricts the results to runs done on the given Platform.
|
LeaderboardRequest |
LeaderboardRequest.region(Region region) |
Restricts the results to runs done on the given Region.
|
LeaderboardRequest |
LeaderboardRequest.region(String id) |
Restricts the results to runs done on the given Region.
|
LeaderboardRequest |
LeaderboardRequest.timing(TimingType timingType) |
Sorts the leaderboard by the timing type.
|
LeaderboardRequest |
LeaderboardRequest.top(int topPlaces) |
|
LeaderboardRequest |
LeaderboardRequest.variable(Variable variable,
String valueId) |
Restricts the results to runs with the given Variable set to the given variable value.
|
LeaderboardRequest |
LeaderboardRequest.variable(String id,
String value) |
Restricts the results to runs with the given Variable set to the given variable value.
|
LeaderboardRequest |
LeaderboardRequest.videosOnly() |
Restricts the results to runs with videos specified.
|