Provider Google
object ProviderGoogle
Google Play Games 의 기능 중 업적과 리더보드를 사용할 수 있다.
You can use achievements and leaderboards within Google Play Games.
korean
연결되어있지 않을 경우 API 를 호출 할 때 자동으로 연결을 시도 한다.AuthV4 의 Connect 와는 무관하게 독립적으로 사용할 수 있다.
자동 연결이 되어도 현재 playerid 와 Connect 되는것은 아니다.
english
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.
Author
hife
Since
v4.3.0
Types
Link copied to clipboard
interface GoogleAchievementsListener
Link copied to clipboard
interface GoogleLeaderboardsListener
Link copied to clipboard
interface GooglePlayerIdListener
Functions
Link copied to clipboard
fun achievementsIncrement(incrementalAchievementId: String, value: Int, listener: ProviderGoogle.GoogleAchievementsListener? = null)
업적 수치를 증가 시킨다.
It increases achievement figures.
Link copied to clipboard
fun achievementsReveal(achievementId: String, listener: ProviderGoogle.GoogleAchievementsListener? = null)
숨겨진 업적을 공개한다.
It show hidden achievements.
Link copied to clipboard
업적을 달성한다.
It achieve achievements.
fun achievementsUnlock(achievementId: String, listener: ProviderGoogle.GoogleAchievementsListener? = null)
업적을 달성한다. It achieve achievements.
Link copied to clipboard
Link copied to clipboard
fun leaderboardsSubmitScore(leaderboardId: String, score: Long, listener: ProviderGoogle.GoogleLeaderboardsListener?)
리더보드 점수를 갱신한다.
It update the leaderboard score.
Link copied to clipboard
Google 업적 UI 를 띄운다.
It shows the Google achievement UI.
Link copied to clipboard
Google 리더보드 UI 를 띄운다.
It shows Google Leaderboard UI.