com.google.android.gms.games.Player |
![]()
|
Data interface for retrieving player information.
[Expand]
Inherited Constants | |||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
![]()
|
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 timestamp at which this player last played a multiplayer game with the
currently signed in user.
| |||||||||||
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 | |||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
![]() | |||||||||||||||
![]()
|
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 timestamp at which this player last played a multiplayer game with the currently signed in user.
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.