| Modifier and Type | Class and Description |
|---|---|
class |
Games.Applications.Get |
class |
Games.Applications.Played |
| Constructor and Description |
|---|
Games.Applications() |
| Modifier and Type | Method and Description |
|---|---|
Games.Applications.Get |
get(String applicationId)
Retrieves the metadata of the application with the given ID.
|
Games.Applications.Played |
played()
Indicate that the the currently authenticated user is playing your application.
|
public Games.Applications.Get get(String applicationId) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.applicationId - The application ID from the Google Play developer console.IOExceptionpublic Games.Applications.Played played() throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.IOException