Google Play Game Services Publishing API: achievementConfigurations. The Google Play Game Services Publishing API allows developers to configure their games in Game Services. See: https://developers.google.com/games/api/reference/rest/v1configuration/achievementConfigurations
Google Play Game Services Publishing API: achievementConfigurations. The Google Play Game Services Publishing API allows developers to configure their games in Game Services. See: https://developers.google.com/games/api/reference/rest/v1configuration/achievementConfigurations
(delete$ auth parameters)
Required parameters: achievementId
Optional parameters: none
Delete the achievement configuration with the given ID.
https://developers.google.com/games/api/reference/rest/v1configuration/achievementConfigurations/delete Required parameters: achievementId Optional parameters: none Delete the achievement configuration with the given ID.
(get$ auth parameters)
https://developers.google.com/games/api/reference/rest/v1configuration/achievementConfigurations/get
Required parameters: achievementId
Optional parameters: none
Retrieves the metadata of the achievement configuration with the given ID.
https://developers.google.com/games/api/reference/rest/v1configuration/achievementConfigurations/get Required parameters: achievementId Optional parameters: none Retrieves the metadata of the achievement configuration with the given ID.
(insert$ auth parameters body)
Required parameters: applicationId
Optional parameters: none
Body:
{:kind string, :token string, :id string, :achievementType string, :initialState string, :stepsToUnlock integer, :draft {:kind string, :name LocalizedStringBundle, :description LocalizedStringBundle, :pointValue integer, :iconUrl string, :sortRank integer}, :published {:kind string, :name LocalizedStringBundle, :description LocalizedStringBundle, :pointValue integer, :iconUrl string, :sortRank integer}}
Insert a new achievement configuration in this application.
https://developers.google.com/games/api/reference/rest/v1configuration/achievementConfigurations/insert Required parameters: applicationId Optional parameters: none Body: {:kind string, :token string, :id string, :achievementType string, :initialState string, :stepsToUnlock integer, :draft {:kind string, :name LocalizedStringBundle, :description LocalizedStringBundle, :pointValue integer, :iconUrl string, :sortRank integer}, :published {:kind string, :name LocalizedStringBundle, :description LocalizedStringBundle, :pointValue integer, :iconUrl string, :sortRank integer}} Insert a new achievement configuration in this application.
(list$ auth parameters)
Required parameters: applicationId
Optional parameters: maxResults, pageToken
Returns a list of the achievement configurations in this application.
https://developers.google.com/games/api/reference/rest/v1configuration/achievementConfigurations/list Required parameters: applicationId Optional parameters: maxResults, pageToken Returns a list of the achievement configurations in this application.
(update$ auth parameters body)
Required parameters: achievementId
Optional parameters: none
Body:
{:kind string, :token string, :id string, :achievementType string, :initialState string, :stepsToUnlock integer, :draft {:kind string, :name LocalizedStringBundle, :description LocalizedStringBundle, :pointValue integer, :iconUrl string, :sortRank integer}, :published {:kind string, :name LocalizedStringBundle, :description LocalizedStringBundle, :pointValue integer, :iconUrl string, :sortRank integer}}
Update the metadata of the achievement configuration with the given ID.
https://developers.google.com/games/api/reference/rest/v1configuration/achievementConfigurations/update Required parameters: achievementId Optional parameters: none Body: {:kind string, :token string, :id string, :achievementType string, :initialState string, :stepsToUnlock integer, :draft {:kind string, :name LocalizedStringBundle, :description LocalizedStringBundle, :pointValue integer, :iconUrl string, :sortRank integer}, :published {:kind string, :name LocalizedStringBundle, :description LocalizedStringBundle, :pointValue integer, :iconUrl string, :sortRank integer}} Update the metadata of the achievement configuration with the given ID.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close