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

#include <games_service.h>

Public Member Functions

 PushtokensResource (GamesService *service)
 
 ~PushtokensResource ()
 
PushtokensResource_RemoveMethodNewRemoveMethod (client::AuthorizationCredential *_credential_, const PushTokenId &_content_) const
 
PushtokensResource_UpdateMethodNewUpdateMethod (client::AuthorizationCredential *_credential_, const PushToken &_content_) const
 

Detailed Description

Acts as message factory for accessing data.

Constructor & Destructor Documentation

◆ PushtokensResource()

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

◆ ~PushtokensResource()

google_games_api::GamesService::PushtokensResource::~PushtokensResource ( )
inline

Standard destructor.

Member Function Documentation

◆ NewRemoveMethod()

PushtokensResource_RemoveMethod * google_games_api::GamesService::PushtokensResource::NewRemoveMethod ( client::AuthorizationCredential *  _credential_,
const PushTokenId _content_ 
) const

Creates a new PushtokensResource_RemoveMethod instance.

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

◆ NewUpdateMethod()

PushtokensResource_UpdateMethod * google_games_api::GamesService::PushtokensResource::NewUpdateMethod ( client::AuthorizationCredential *  _credential_,
const PushToken _content_ 
) const

Creates a new PushtokensResource_UpdateMethod instance.

Parameters
[in]<em>credential</em>Can be NULL. NULL credentials will not authorize the request.
[in]<em>content</em>The data object to update.
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: