| Modifier and Type | Class and Description |
|---|---|
class |
Games.Applications.Get |
class |
Games.Applications.Played |
class |
Games.Applications.Verify |
| Constructor and Description |
|---|
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 currently authenticated user is playing your application.
|
Games.Applications.Verify |
verify(String applicationId)
Verifies the auth token provided with this request is for the application with the specified ID,
and returns the ID of the player it was granted for.
|
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.IOExceptionpublic Games.Applications.Verify verify(String applicationId) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.applicationId - The application ID from the Google Play developer console.IOExceptionCopyright © 2011–2020 Google. All rights reserved.