java.lang.Object | |
↳ | com.google.android.gms.games.leaderboard.SubmitScoreResult.Result |
Simple data class containing the result data for a particular time span.
Fields | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
formattedScore | String containing the score data in a display-appropriate format. | ||||||||||
newBest | Boolean indicating whether or not this score was the player's new best score for this time span. | ||||||||||
rawScore | The raw score value of this score result. | ||||||||||
scoreTag | The score tag associated with this result, if any. |
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
[Expand]
Inherited Methods | |||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
|
String containing the score data in a display-appropriate format.
Boolean indicating whether or not this score was the player's new best score for this time span.
The raw score value of this score result.
The score tag associated with this result, if any.