check
public Games.Revisions.Check check(java.lang.String clientRevision)
throws java.io.IOException
Checks whether the games client is out of date.
Create a request for the method "revisions.check".
This request holds the parameters needed by the games server. After setting any optional
parameters, call the AbstractGoogleClientRequest.execute() method to invoke the remote operation.
- Parameters:
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.
- Returns:
- the request
- Throws:
java.io.IOException