public static interface

Leaderboards.SubmitScoreResult

implements Releasable Result
com.google.android.gms.games.leaderboard.Leaderboards.SubmitScoreResult

Class Overview

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:

Summary

Public Methods
abstract ScoreSubmissionData getScoreData()
[Expand]
Inherited Methods
From interface com.google.android.gms.common.api.Releasable
From interface com.google.android.gms.common.api.Result

Public Methods

public abstract ScoreSubmissionData getScoreData ()

Returns
  • Data about the score that was submitted and the response from the server.