check(clientRevision, x__xgafv=None)
Checks whether the games client is out of date.
Close httplib2 connections.
check(clientRevision, x__xgafv=None)
Checks whether the games client is out of date. Args: clientRevision: string, Required. 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. "apiVersion": "A String", # The version of the API this client revision should use when calling API methods. "kind": "A String", # Uniquely identifies the type of this resource. Value is always the fixed string `games#revisionCheckResponse`. "revisionStatus": "A String", # The result of the revision check. }
close()
Close httplib2 connections.