public class Games.Leaderboards
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
class |
Games.Leaderboards.Get |
class |
Games.Leaderboards.List |
| Constructor and Description |
|---|
Games.Leaderboards() |
| Modifier and Type | Method and Description |
|---|---|
Games.Leaderboards.Get |
get(java.lang.String leaderboardId)
Retrieves the metadata of the leaderboard with the given ID.
|
Games.Leaderboards.List |
list()
Lists all the leaderboard metadata for your application.
|
public Games.Leaderboards.Get get(java.lang.String leaderboardId) throws java.io.IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.leaderboardId - The ID of the leaderboard.java.io.IOExceptionpublic Games.Leaderboards.List list() throws java.io.IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.java.io.IOException