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

#include <games_service.h>

Public Member Functions

 ApplicationsResource (GamesService *service)
 
 ~ApplicationsResource ()
 
ApplicationsResource_GetMethodNewGetMethod (client::AuthorizationCredential *_credential_, const absl::string_view &application_id) const
 
ApplicationsResource_PlayedMethodNewPlayedMethod (client::AuthorizationCredential *_credential_) const
 
ApplicationsResource_VerifyMethodNewVerifyMethod (client::AuthorizationCredential *_credential_, const absl::string_view &application_id) const
 

Detailed Description

Acts as message factory for accessing data.

Constructor & Destructor Documentation

◆ ApplicationsResource()

google_games_api::GamesService::ApplicationsResource::ApplicationsResource ( 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.

◆ ~ApplicationsResource()

google_games_api::GamesService::ApplicationsResource::~ApplicationsResource ( )
inline

Standard destructor.

Member Function Documentation

◆ NewGetMethod()

ApplicationsResource_GetMethod * google_games_api::GamesService::ApplicationsResource::NewGetMethod ( client::AuthorizationCredential *  _credential_,
const absl::string_view &  application_id 
) const

Creates a new ApplicationsResource_GetMethod instance.

Parameters
[in]<em>credential</em>Can be NULL. NULL credentials will not authorize the request.
[in]application_idThe application ID from the Google Play developer console.
Returns
The caller should Execute the method instance, then destroy it when they are finished.

◆ NewPlayedMethod()

ApplicationsResource_PlayedMethod * google_games_api::GamesService::ApplicationsResource::NewPlayedMethod ( client::AuthorizationCredential *  _credential_) const

Creates a new ApplicationsResource_PlayedMethod instance.

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

◆ NewVerifyMethod()

ApplicationsResource_VerifyMethod * google_games_api::GamesService::ApplicationsResource::NewVerifyMethod ( client::AuthorizationCredential *  _credential_,
const absl::string_view &  application_id 
) const

Creates a new ApplicationsResource_VerifyMethod instance.

Parameters
[in]<em>credential</em>Can be NULL. NULL credentials will not authorize the request.
[in]application_idThe application ID from the Google Play developer console.
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: