| 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(String fieldName,
Object value) |
PlayerScoreSubmissionList |
PlayerScoreSubmissionList.setKind(String kind)
Uniquely identifies the type of this resource.
|
PlayerScoreSubmissionList |
PlayerScoreSubmissionList.setScores(List<ScoreSubmission> scores)
The score submissions.
|