|
games
v1
|
#include <games_service.h>
Public Member Functions | |
| ApplicationsResource (GamesService *service) | |
| ~ApplicationsResource () | |
| ApplicationsResource_GetMethod * | NewGetMethod (client::AuthorizationCredential *_credential_, const absl::string_view &application_id) const |
| ApplicationsResource_PlayedMethod * | NewPlayedMethod (client::AuthorizationCredential *_credential_) const |
| ApplicationsResource_VerifyMethod * | NewVerifyMethod (client::AuthorizationCredential *_credential_, const absl::string_view &application_id) const |
Acts as message factory for accessing data.
|
explicit |
Standard constructor.
| [in] | service | The service instance is used to bind to the methods created from this resource instance. This will be the service that methods are invoked on. |
|
inline |
Standard destructor.
| ApplicationsResource_GetMethod * google_games_api::GamesService::ApplicationsResource::NewGetMethod | ( | client::AuthorizationCredential * | _credential_, |
| const absl::string_view & | application_id | ||
| ) | const |
Creates a new ApplicationsResource_GetMethod instance.
| [in] | <em>credential</em> | Can be NULL. NULL credentials will not authorize the request. |
| [in] | application_id | The application ID from the Google Play developer console. |
Execute the method instance, then destroy it when they are finished. | ApplicationsResource_PlayedMethod * google_games_api::GamesService::ApplicationsResource::NewPlayedMethod | ( | client::AuthorizationCredential * | _credential_ | ) | const |
Creates a new ApplicationsResource_PlayedMethod instance.
| [in] | <em>credential</em> | Can be NULL. NULL credentials will not authorize the request. |
Execute the method instance, then destroy it when they are finished. | ApplicationsResource_VerifyMethod * google_games_api::GamesService::ApplicationsResource::NewVerifyMethod | ( | client::AuthorizationCredential * | _credential_, |
| const absl::string_view & | application_id | ||
| ) | const |
Creates a new ApplicationsResource_VerifyMethod instance.
| [in] | <em>credential</em> | Can be NULL. NULL credentials will not authorize the request. |
| [in] | application_id | The application ID from the Google Play developer console. |
Execute the method instance, then destroy it when they are finished.