com.google.android.gms.games.Player |
Known Indirect Subclasses
|
Data interface for retrieving player information.
[Expand]
Inherited Constants | |||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
From interface
android.os.Parcelable
|
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Retrieves the display name for this player.
| |||||||||||
Loads the player's display name into the given
CharArrayBuffer . | |||||||||||
Retrieves the URI for loading this player's hi-res profile image.
| |||||||||||
Retrieves the URI for loading this player's icon-size profile image.
| |||||||||||
Retrieves the ID of this player.
| |||||||||||
Retrieves the timestamp at which this player record was last updated locally.
| |||||||||||
Indicates whether this player has a hi-res profile image to display.
| |||||||||||
Indicates whether this player has an icon-size profile image to display.
|
[Expand]
Inherited Methods | |||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
From interface
android.os.Parcelable
| |||||||||||||||
From interface
com.google.android.gms.common.data.Freezable
|
Retrieves the display name for this player.
Loads the player's display name into the given CharArrayBuffer
.
dataOut | The buffer to load the data into. |
---|
Retrieves the URI for loading this player's hi-res profile image. Returns null if the player has no profile image.
To retrieve the Image from the Uri
, use ImageManager
.
Retrieves the URI for loading this player's icon-size profile image. Returns null if the player has no profile image.
To retrieve the Image from the Uri
, use ImageManager
.
Retrieves the ID of this player.
Retrieves the timestamp at which this player record was last updated locally.
Indicates whether this player has a hi-res profile image to display.
Indicates whether this player has an icon-size profile image to display.