| Package | Description |
|---|---|
| com.google.api.services.games | |
| com.google.api.services.games.model |
| Modifier and Type | Method and Description |
|---|---|
Games.Scores.SubmitMultiple |
Games.Scores.submitMultiple(PlayerScoreSubmissionList content)
Submits multiple scores to leaderboards.
|
| Constructor and Description |
|---|
Games.Scores.SubmitMultiple(PlayerScoreSubmissionList content)
Submits multiple scores to leaderboards.
|
| Modifier and Type | Method and Description |
|---|---|
PlayerScoreSubmissionList |
PlayerScoreSubmissionList.clone() |
PlayerScoreSubmissionList |
PlayerScoreSubmissionList.set(java.lang.String fieldName,
java.lang.Object value) |
PlayerScoreSubmissionList |
PlayerScoreSubmissionList.setKind(java.lang.String kind)
Uniquely identifies the type of this resource.
|
PlayerScoreSubmissionList |
PlayerScoreSubmissionList.setScores(java.util.List<ScoreSubmission> scores)
The score submissions.
|