| Modifier and Type | Class and Description |
|---|---|
class |
Games.Revisions.Check |
| Constructor and Description |
|---|
Games.Revisions() |
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.IOException