games  v1
Public Member Functions | List of all members
google_games_api::GamesService::RevisionsResource Class Reference

#include <games_service.h>

Public Member Functions

 RevisionsResource (GamesService *service)
 
 ~RevisionsResource ()
 
RevisionsResource_CheckMethodNewCheckMethod (client::AuthorizationCredential *_credential_, const absl::string_view &client_revision) const
 

Detailed Description

Acts as message factory for accessing data.

Constructor & Destructor Documentation

◆ RevisionsResource()

google_games_api::GamesService::RevisionsResource::RevisionsResource ( GamesService service)
explicit

Standard constructor.

Parameters
[in]serviceThe service instance is used to bind to the methods created from this resource instance. This will be the service that methods are invoked on.

◆ ~RevisionsResource()

google_games_api::GamesService::RevisionsResource::~RevisionsResource ( )
inline

Standard destructor.

Member Function Documentation

◆ NewCheckMethod()

RevisionsResource_CheckMethod * google_games_api::GamesService::RevisionsResource::NewCheckMethod ( client::AuthorizationCredential *  _credential_,
const absl::string_view &  client_revision 
) const

Creates a new RevisionsResource_CheckMethod instance.

Parameters
[in]<em>credential</em>Can be NULL. NULL credentials will not authorize the request.
[in]client_revisionThe 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
The caller should Execute the method instance, then destroy it when they are finished.

The documentation for this class was generated from the following files: