com.google.android.gms.games.leaderboard.Leaderboards.SubmitScoreResult |
This interface is deprecated.
ScoreSubmissionData
is returned directly in the LeaderboardsClient
.
Result delivered when a leaderboard score has been submitted. The statusCode indicates whether or not the score was successfully submitted to the servers.
Possible status codes include:
STATUS_OK
if the score was
successfully submitted to the server.
STATUS_NETWORK_ERROR_OPERATION_DEFERRED
if
the device is offline or was otherwise unable to post the score to the server. The score
was stored locally and will be posted to the server the next time the device is online
and is able to perform a sync (no further action is required from the client).
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 | |
---|---|
ScoreSubmissionData |
Data about the score that was submitted and the response from the server. |