The "revisions" collection of methods.
More...
|
| call ($name, $arguments, $expected_class=null) |
| TODO: This function needs simplifying.
|
|
| check ($clientRevision, $optParams=array()) |
| Checks whether the games client is out of date.
|
|
|
| convertToArrayAndStripNulls ($o) |
|
The "revisions" collection of methods.
Typical usage is: $gamesService = new Google_Service_Games(...); $revisions = $gamesService->revisions;
◆ call()
Google_Service_Resource::call |
( |
| $name, |
|
|
| $arguments, |
|
|
| $expected_class = null ) |
|
inherited |
TODO: This function needs simplifying.
- Parameters
-
$name | |
$arguments | |
$expected_class | - optional, the expected class name |
- Return values
-
Google_Http_Request|expected_class | |
- Exceptions
-
◆ check()
Google_Service_Games_Revisions_Resource::check |
( |
| $clientRevision, |
|
|
| $optParams = array() ) |
Checks whether the games client is out of date.
(revisions.check)
- Parameters
-
string | $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. |
array | $optParams | Optional parameters. |
- Return values
-
The documentation for this class was generated from the following file:
- lib/google/src/Google/Service/Games.php