You can use achievements and leaderboards within Google Play Games. More...
Static Public Member Functions | |
static void | achievementsReveal (final String achievementId) |
It show hidden achievements. More... | |
static void | achievementsReveal (final String achievementId, final GoogleAchievementsListener listener) |
It show hidden achievements. More... | |
static void | achievementsUnlock (String achievementId) |
It achieve achievements. More... | |
static void | achievementsUnlock (String achievementId, final GoogleAchievementsListener listener) |
It achieve achievements. More... | |
static void | achievementsIncrement (String incrementalAchievementId, int value) |
It increases achievement figures. More... | |
static void | achievementsIncrement (String incrementalAchievementId, int value, final GoogleAchievementsListener listener) |
It increases achievement figures. More... | |
static void | showAchievements (GoogleAchievementsListener listener) |
It shows the Google achievement UI. More... | |
static void | leaderboardsSubmitScore (String leaderboardId, long score) |
It update the leaderboard score. More... | |
static void | leaderboardsSubmitScore (String leaderboardId, long score, final GoogleLeaderboardsListener listener) |
It update the leaderboard score. More... | |
static void | showLeaderboards (GoogleLeaderboardsListener listener) |
It shows Google Leaderboard UI. More... | |
You can use achievements and leaderboards within Google Play Games.
If it is not connected to Google Play Games, it will try to connect automatically when calling API.
It can be used independently regardless of AuthV4 Connect.
Even if automatic connection is made, it is not connected with the current playerId.
Created by hife on 2017. 6. 7.