leaderboards
Overview
Name | leaderboards |
Type | Resource |
Id | googledevelopers.games.leaderboards |
Fields
Name | Datatype | Description |
---|---|---|
id | string | The leaderboard ID. |
name | string | The name of the leaderboard. |
isIconUrlDefault | boolean | Indicates whether the icon image being returned is a default image, or is game-provided. |
kind | string | Uniquely identifies the type of this resource. Value is always the fixed string games#leaderboard . |
order | string | How scores are ordered. |
iconUrl | string | The icon for the leaderboard. |
Methods
Name | Accessible by | Required Params | Description |
---|---|---|---|
get | SELECT | leaderboardId | Retrieves the metadata of the leaderboard with the given ID. |
list | SELECT | Lists all the leaderboard metadata for your application. |