com.google.android.gms.games.leaderboard.Leaderboards.LoadPlayerScoreResult |
This interface is deprecated.
LeaderboardScore
is returned directly in the LeaderboardsClient
.
Result delivered when a player's leaderboard score has been loaded.
Possible status codes include:
STATUS_OK
if data was successfully
loaded and is up-to-date.
STATUS_NETWORK_ERROR_NO_DATA
if the
device was unable to retrieve any data from the network and has no data cached locally.
STATUS_NETWORK_ERROR_STALE_DATA
if
the device was unable to retrieve the latest data from the network, but has some data
cached locally.
STATUS_CLIENT_RECONNECT_REQUIRED
if
the client needs to reconnect to the service to access this data.
STATUS_LICENSE_CHECK_FAILED
if the
game is not licensed to the user.
STATUS_INTERNAL_ERROR
if an
unexpected error occurred in the service.
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
Returns | |
---|---|
LeaderboardScore |
The leaderboard score that was requested. This item may be null if no score was found. |