Class RevisionsResource
The "revisions" collection of methods.
Inheritance
System.Object
RevisionsResource
Namespace: Google.Apis.Games.v1
Assembly: Google.Apis.Games.v1.dll
Syntax
public class RevisionsResource : object
Constructors
RevisionsResource(IClientService)
Constructs a new resource.
Declaration
public RevisionsResource(IClientService service)
Parameters
| Type | Name | Description |
|---|---|---|
| IClientService | service |
Methods
Check(String)
Checks whether the games client is out of date.
Declaration
public virtual RevisionsResource.CheckRequest Check(string clientRevision)
Parameters
| Type | Name | Description |
|---|---|---|
| System.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. |
Returns
| Type | Description |
|---|---|
| RevisionsResource.CheckRequest |