check(clientRevision, x__xgafv=None)
Checks whether the games client is out of date.
check(clientRevision, x__xgafv=None)
Checks whether the games client is out of date.
Args:
clientRevision: string, 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. (required)
x__xgafv: string, V1 error format.
Allowed values
1 - v1 error format
2 - v2 error format
Returns:
An object of the form:
{ # A third party checking a revision response.
"revisionStatus": "A String", # The result of the revision check.
"kind": "A String", # Uniquely identifies the type of this resource. Value is always the fixed
# string `games#revisionCheckResponse`.
"apiVersion": "A String", # The version of the API this client revision should use when calling API
# methods.
}