| Modifier and Type | Class and Description |
|---|---|
class |
Games.Revisions.Check |
| Constructor and Description |
|---|
Revisions() |
| Modifier and Type | Method and Description |
|---|---|
Games.Revisions.Check |
check(String clientRevision)
Checks whether the games client is out of date.
|
public Games.Revisions.Check check(String clientRevision) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.clientRevision - The revision of the client SDK used by your application. Format: `[PLATFORM_TYPE]:[VERSION_NUMBER]`.
Possible values of `PLATFORM_TYPE` are: * `ANDROID` - Client is running the Android SDK. *
`IOS` - Client is running the iOS SDK. * `WEB_APP` - Client is running as a Web App.IOExceptionCopyright © 2011–2020 Google. All rights reserved.