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. |
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
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.