leaderboardsSubmitScore

fun leaderboardsSubmitScore(leaderboardId: String, score: Long)

리더보드 점수를 갱신.
It update the leaderboard score.



leaderboardId 에 해당하는 기록에 score 수치로 갱신된다.

사용 조건

-# HIVE SDK 초기화 -# HIVE SignIn 완료

특이 사항

-# 로그인 되어있는 계정이 PGS/GameCenter에 연결되어있지 않은 경우 자동으로 해당 서비스로 연결을 시도



The score corresponding to the leaderboardId is updated with the score value.

Condition of use

-# Complete to initialize HIVE SDK -# Complete HIVE SignIn

Reference

-# It tries to execute the service automatically if the signed-in account is diconnected with PGS/GameCenter.

Parameters

leaderboardId

leaderboard's key value

score

Leaderboard score


리더보드 점수를 갱신.
It update the leaderboard score.



leaderboardId 에 해당하는 기록에 score 수치로 갱신된다.

사용 조건

-# HIVE SDK 초기화 -# HIVE SignIn 완료

특이 사항

-# 로그인 되어있는 계정이 PGS/GameCenter에 연결되어있지 않은 경우 자동으로 해당 서비스로 연결을 시도

주요 결과 코드

* * * *
**ErrorCode** **Code** **Description** **Solution**
SUCCESS Success 리더보드 점수 갱신 요청 성공
-
RESPONSE_FAIL AuthV4GoogleResponseFailLeaderboardsSubmitScore PGS API 함수 호출이 실패한 경우 -
*



The score corresponding to the leaderboardId is updated with the score value.

Condition of use

-# Complete to initialize HIVE SDK -# Complete HIVE SignIn

Reference

-# It tries to execute the service automatically if the signed-in account is diconnected with PGS/GameCenter.

Key result code

* * * *
**ErrorCode** **Code** **Description** **Solution**
SUCCESS Success Succeeded to request LeaderboardsSubmitScore
-
RESPONSE_FAIL AuthV4GoogleResponseFailLeaderboardsSubmitScore Failed to request LeaderboardsSubmitScore -
*

Parameters

leaderboardId

leaderboard's key value

score

Leaderboard score

listener

AuthV4Helper LeaderboardsSubmitScore result callback