com.google.android.gms.games.Game |
Known Indirect Subclasses
|
Data interface for retrieving game information.
[Expand]
Inherited Constants | |||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
From interface
android.os.Parcelable
|
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Retrieves the number of achievements registered for this game.
| |||||||||||
Retrieves the application ID for this game.
| |||||||||||
Retrieves the description of this game.
| |||||||||||
Loads the description string into the given
CharArrayBuffer . | |||||||||||
Retrieves the name of the developer of this game.
| |||||||||||
Loads the developer name into the given
CharArrayBuffer . | |||||||||||
Retrieves the display name for this game.
| |||||||||||
Loads the display name string into the given
CharArrayBuffer . | |||||||||||
Retrieves an image URI that can be used to load the game's featured (banner) image from
Google Play.
| |||||||||||
Retrieves an image URI that can be used to load the game's hi-res image.
| |||||||||||
Retrieves an image URI that can be used to load the game's icon.
| |||||||||||
Gets the number of leaderboards registered for this game.
| |||||||||||
Retrieves the primary category of the game - this is may be null.
| |||||||||||
Retrieves the secondary category of the game - this may be null.
|
[Expand]
Inherited Methods | |||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
From interface
android.os.Parcelable
| |||||||||||||||
From interface
com.google.android.gms.common.data.Freezable
|
Retrieves the number of achievements registered for this game.
Retrieves the application ID for this game.
Retrieves the description of this game.
Loads the description string into the given CharArrayBuffer
.
dataOut | The buffer to load the data into. |
---|
Retrieves the name of the developer of this game.
Loads the developer name into the given CharArrayBuffer
.
dataOut | The buffer to load the data into. |
---|
Retrieves the display name for this game.
Loads the display name string into the given CharArrayBuffer
.
dataOut | The buffer to load the data into. |
---|
Retrieves an image URI that can be used to load the game's featured (banner) image from Google Play. Returns null if game has no featured image.
To retrieve the Image from theUri
, use ImageManager
.Retrieves an image URI that can be used to load the game's hi-res image. Returns null if game has no hi-res image.
To retrieve the Image from theUri
, use ImageManager
.Retrieves an image URI that can be used to load the game's icon. Returns null if game has no icon.
To retrieve the Image from theUri
, use ImageManager
.Gets the number of leaderboards registered for this game.
Retrieves the primary category of the game - this is may be null.
Retrieves the secondary category of the game - this may be null.