leaderboard_configurations
Overview
Name | leaderboard_configurations |
Type | Resource |
Id | googledevelopers.gamesConfiguration.leaderboard_configurations |
Fields
Name | Datatype | Description |
---|---|---|
id | string | The ID of the leaderboard. |
scoreMin | string | Minimum score that can be posted to this leaderboard. |
scoreOrder | string | |
token | string | The token for this resource. |
draft | object | A leaderboard configuration detail. |
kind | string | Uniquely identifies the type of this resource. Value is always the fixed string gamesConfiguration#leaderboardConfiguration . |
published | object | A leaderboard configuration detail. |
scoreMax | string | Maximum score that can be posted to this leaderboard. |
Methods
Name | Accessible by | Required Params | Description |
---|---|---|---|
leaderboardConfigurations_get | SELECT | leaderboardId | Retrieves the metadata of the leaderboard configuration with the given ID. |
leaderboardConfigurations_list | SELECT | applicationId | Returns a list of the leaderboard configurations in this application. |
leaderboardConfigurations_delete | DELETE | leaderboardId | Delete the leaderboard configuration with the given ID. |
leaderboardConfigurations_insert | EXEC | applicationId | Insert a new leaderboard configuration in this application. |
leaderboardConfigurations_update | EXEC | leaderboardId | Update the metadata of the leaderboard configuration with the given ID. |