HIVE SDK for Unity3D

함수
ProviderApple

함수

delegate void hive.ProviderApple.onReportLeaderboard (ResultAPI resultAPI)
 Apple GameCenter 리더보드 전송 result handler.
 
delegate void hive.ProviderApple.onShowLeaderboard (ResultAPI resultAPI)
 Apple GameCenter 리더보드 UI 노출 result handler.
 
delegate void hive.ProviderApple.onLoadAchievements (ResultAPI resultAPI, List< Achievement > AchievementList)
 Apple GameCenter 업적 로드 result handler.
 
delegate void hive.ProviderApple.onReportAchievement (ResultAPI resultAPI)
 Apple GameCenter 업적을 전송 result handler.
 
delegate void hive.ProviderApple.onShowAchievement (ResultAPI resultAPI)
 Apple GameCenter 업적 UI 노출 result handler.
 
delegate void hive.ProviderApple.onResetAchievements (ResultAPI resultAPI)
 Apple GameCenter 업적 초기화 result handler.
 
static void hive.ProviderApple.reportScore (String score, String leaderboardIdentifier, onReportLeaderboard listener)
 Apple GameCenter Leaderboard에 기록을 전송한다.
 
static void hive.ProviderApple.showLeaderboard (onShowLeaderboard listener)
 Apple GameCenter Leaderboard UI를 노출한다.
 
static void hive.ProviderApple.loadAchievements (onLoadAchievements listener)
 Apple GameCenter 업적을 로드한다.
 
static void hive.ProviderApple.reportAchievement (String percent, Boolean showsCompletionBanner, String achievementIdentifier, onReportAchievement listener)
 Apple GameCenter 업적을 전송한다.
 
static void hive.ProviderApple.showAchievements (onShowAchievement listener)
 Apple GameCenter 업적 UI를 노출한다.
 
static void hive.ProviderApple.resetAchievements (onResetAchievements listener)
 Apple GameCenter 업적 정보를 초기화한다.
 

상세한 설명

Apple GameCenter의 업적 및 리더보드 기능을 제공한다.


함수 문서화

◆ loadAchievements()

static void hive.ProviderApple.loadAchievements ( onLoadAchievements listener)
static

Apple GameCenter 업적을 로드한다.

매개변수
handlerAPI 호출 result handler.

◆ onLoadAchievements()

delegate void hive.ProviderApple.onLoadAchievements ( ResultAPI resultAPI,
List< Achievement > AchievementList )

Apple GameCenter 업적 로드 result handler.

매개변수
resultAPI 호출 결과.
achievements업적 목록.
참고
ResultAPI, Achievement

◆ onReportAchievement()

delegate void hive.ProviderApple.onReportAchievement ( ResultAPI resultAPI)

Apple GameCenter 업적을 전송 result handler.

매개변수
resultAPI 호출 결과.
참고
ResultAPI

◆ onReportLeaderboard()

delegate void hive.ProviderApple.onReportLeaderboard ( ResultAPI resultAPI)

Apple GameCenter 리더보드 전송 result handler.

매개변수
resultAPI 호출 결과.
참고
ResultAPI

◆ onResetAchievements()

delegate void hive.ProviderApple.onResetAchievements ( ResultAPI resultAPI)

Apple GameCenter 업적 초기화 result handler.

매개변수
resultAPI 호출 결과.
참고
ResultAPI

◆ onShowAchievement()

delegate void hive.ProviderApple.onShowAchievement ( ResultAPI resultAPI)

Apple GameCenter 업적 UI 노출 result handler.

매개변수
resultAPI 호출 결과.
참고
ResultAPI

◆ onShowLeaderboard()

delegate void hive.ProviderApple.onShowLeaderboard ( ResultAPI resultAPI)

Apple GameCenter 리더보드 UI 노출 result handler.

매개변수
resultAPI 호출 결과.
참고
ResultAPI

◆ reportAchievement()

static void hive.ProviderApple.reportAchievement ( String percent,
Boolean showsCompletionBanner,
String achievementIdentifier,
onReportAchievement listener )
static

Apple GameCenter 업적을 전송한다.

경고
achievement identifier는 iTunes Connect에서 설정한다.
매개변수
percent업적 성취 percent value(ex. 75.0)
showsCompletionBanner업적 성공시 상단 배너 노출 여부. default is NO.
achievementIdentifierAchievement identifier
handlerAPI 호출 result handler.

◆ reportScore()

static void hive.ProviderApple.reportScore ( String score,
String leaderboardIdentifier,
onReportLeaderboard listener )
static

Apple GameCenter Leaderboard에 기록을 전송한다.

경고
score format과 leaderboard identifier는 iTunes Connect에서 설정한다.
매개변수
scorePlayer가 얻은 score.
leaderboardIdentifierLeaderboard Identifier.
handlerAPI 호출 result handler.

◆ resetAchievements()

static void hive.ProviderApple.resetAchievements ( onResetAchievements listener)
static

Apple GameCenter 업적 정보를 초기화한다.

매개변수
handlerAPI 호출 result handler.

◆ showAchievements()

static void hive.ProviderApple.showAchievements ( onShowAchievement listener)
static

Apple GameCenter 업적 UI를 노출한다.

매개변수
handlerAPI 호출 result handler.

◆ showLeaderboard()

static void hive.ProviderApple.showLeaderboard ( onShowLeaderboard listener)
static

Apple GameCenter Leaderboard UI를 노출한다.

매개변수
handlerAPI 호출 result handler.
Copyright © Com2uS Platform Corporation. All Right Reserved. 이용약관 개인정보 처리방침