public class Games.Applications
extends java.lang.Object
| 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(java.lang.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(java.lang.String applicationId) throws java.io.IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.applicationId - The application ID from the Google Play developer console.java.io.IOExceptionpublic Games.Applications.Played played() throws java.io.IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.java.io.IOException