Skip to main content

leaderboard_configurations

Overview

Nameleaderboard_configurations
TypeResource
Idgoogledevelopers.gamesConfiguration.leaderboard_configurations

Fields

NameDatatypeDescription
idstringThe ID of the leaderboard.
scoreMinstringMinimum score that can be posted to this leaderboard.
scoreOrderstring
tokenstringThe token for this resource.
draftobjectA leaderboard configuration detail.
kindstringUniquely identifies the type of this resource. Value is always the fixed string gamesConfiguration#leaderboardConfiguration.
publishedobjectA leaderboard configuration detail.
scoreMaxstringMaximum score that can be posted to this leaderboard.

Methods

NameAccessible byRequired ParamsDescription
leaderboardConfigurations_getSELECTleaderboardIdRetrieves the metadata of the leaderboard configuration with the given ID.
leaderboardConfigurations_listSELECTapplicationIdReturns a list of the leaderboard configurations in this application.
leaderboardConfigurations_deleteDELETEleaderboardIdDelete the leaderboard configuration with the given ID.
leaderboardConfigurations_insertEXECapplicationIdInsert a new leaderboard configuration in this application.
leaderboardConfigurations_updateEXECleaderboardIdUpdate the metadata of the leaderboard configuration with the given ID.