java.lang.Object |
↳ |
com.google.android.gms.games.leaderboard.ScoreSubmissionData |
Class Overview
Data object representing the result of submitting a score to a leaderboard.
Summary
Nested Classes |
class |
ScoreSubmissionData.Result |
Simple data class containing the result data for a particular time span. |
[Expand]
Inherited Methods |
From class
java.lang.Object
Object
|
clone()
|
boolean
|
equals(Object arg0)
|
void
|
finalize()
|
final
Class<?>
|
getClass()
|
int
|
hashCode()
|
final
void
|
notify()
|
final
void
|
notifyAll()
|
String
|
toString()
|
final
void
|
wait(long arg0, int arg1)
|
final
void
|
wait(long arg0)
|
final
void
|
wait()
|
|
Public Methods
public
String
getLeaderboardId
()
Retrieves the ID of the leaderboard the score was submitted to.
Returns |
String |
The ID of the leaderboard.
|
public
String
getPlayerId
()
Retrieves the ID of the player the score was submitted for.
Returns |
String |
The ID of submitting player.
|
public
String
toString
()