class Revisions extends Resource (View source)

The "revisions" collection of methods.

Typical usage is:

 $gamesService = new Google\Service\Games(...);
 $revisions = $gamesService->revisions;

Methods

check(string $clientRevision, array $optParams = [])

Checks whether the games client is out of date. (revisions.check)

Details

RevisionCheckResponse check(string $clientRevision, array $optParams = [])

Checks whether the games client is out of date. (revisions.check)

Parameters

string $clientRevision

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.

array $optParams

Optional parameters.

Return Value

RevisionCheckResponse

Exceptions

Exception