| Package | Description |
|---|---|
| io.gs2.ranking | |
| io.gs2.ranking.control |
| Modifier and Type | Method and Description |
|---|---|
PutScoreResult |
Gs2RankingClient.putScore(PutScoreRequest request)
スコアを登録。
スコアの登録は一時的にバッファリングされ、定期的にランキングデータとして書き込まれます。 そのため、スコア登録直後にランキング集計が開始された場合は、集計結果に含まれない可能性があります。 accessToken には Gs2AuthClient.login(io.gs2.auth.control.LoginRequest) でログインして取得したアクセストークンを指定してください。 |
| Modifier and Type | Method and Description |
|---|---|
PutScoreRequest |
PutScoreRequest.withGameMode(String gameMode)
ゲームモードを設定。
|
PutScoreRequest |
PutScoreRequest.withMeta(String meta)
メタデータを設定。
|
PutScoreRequest |
PutScoreRequest.withRankingTableName(String rankingTableName)
ゲームモード名を設定。
|
PutScoreRequest |
PutScoreRequest.withScore(Integer score)
スコアを設定。
|
Copyright © 2016 Game Server Services, Inc. AllRights Reserved.