HIVE SDK for Android

Static Public Member Functions | List of all members
com.hive.ProviderGoogle Class Reference

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...
 

Detailed Description

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.

Author
hife
Since
4.3.0

The documentation for this class was generated from the following file:
Copyright © GAMEVIL COM2US PLATFORM Inc. All Right Reserved. Terms of Use Privacy Policy