HIVE SDK for C++

클래스 | 타입정의 | 함수
ProviderApple

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

클래스

class  ProviderAppleAchievement
 Apple GameCenter 업적 정보 더 자세히 ...
 

타입정의

typedef std::function< void(ResultAPI const &result)> ProviderApple::onReportLeaderboard
 Apple GameCenter 리더보드 전송 result handler. 더 자세히 ...
 
typedef std::function< void(ResultAPI const &result)> ProviderApple::onShowLeaderboard
 Apple GameCenter 리더보드 UI 노출 result handler. 더 자세히 ...
 
typedef std::function< void(ResultAPI const &result)> ProviderApple::onReportAchievement
 Apple GameCenter 업적을 전송 result handler. 더 자세히 ...
 
typedef std::function< void(ResultAPI const &result)> ProviderApple::onShowAchievement
 Apple GameCenter 업적 UI 노출 result handler. 더 자세히 ...
 
typedef std::function< void(ResultAPI const &result)> ProviderApple::onResetAchievements
 Apple GameCenter 업적 초기화 result handler. 더 자세히 ...
 

함수

static void ProviderApple::reportScore (std::string score, std::string leaderboardIdentifier, onReportLeaderboard listener)
 Apple GameCenter Leaderboard에 기록을 전송한다. 더 자세히 ...
 
static void ProviderApple::showLeaderboard (onShowLeaderboard listener)
 Apple GameCenter Leaderboard UI를 노출한다. 더 자세히 ...
 
static void ProviderApple::loadAchievements (onLoadAchievements listener)
 Apple GameCenter 업적을 로드한다. 더 자세히 ...
 
static void ProviderApple::reportAchievement (std::string percent, bool showsCompletionBanner, std::string achievementIdentifier, onReportAchievement listener)
 Apple GameCenter 업적을 전송한다. 더 자세히 ...
 
static void ProviderApple::showAchievements (onShowAchievement listener)
 Apple GameCenter 업적 UI를 노출한다. 더 자세히 ...
 
static void ProviderApple::resetAchievements (onResetAchievements listener)
 Apple GameCenter 업적 정보를 초기화한다. 더 자세히 ...
 

상세한 설명

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


타입정의 문서화

◆ onReportAchievement

typedef std::function<void(ResultAPI const & result)> ProviderApple::onReportAchievement

Apple GameCenter 업적을 전송 result handler.

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

◆ onReportLeaderboard

typedef std::function<void(ResultAPI const & result)> ProviderApple::onReportLeaderboard

Apple GameCenter 리더보드 전송 result handler.

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

◆ onResetAchievements

typedef std::function<void(ResultAPI const & result)> ProviderApple::onResetAchievements

Apple GameCenter 업적 초기화 result handler.

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

◆ onShowAchievement

typedef std::function<void(ResultAPI const & result)> ProviderApple::onShowAchievement

Apple GameCenter 업적 UI 노출 result handler.

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

◆ onShowLeaderboard

typedef std::function<void(ResultAPI const & result)> ProviderApple::onShowLeaderboard

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

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

함수 문서화

◆ loadAchievements()

static void ProviderApple::loadAchievements ( onLoadAchievements  listener)
static

Apple GameCenter 업적을 로드한다.

매개변수
listenerAPI 호출 result listener.

◆ reportAchievement()

static void ProviderApple::reportAchievement ( std::string  percent,
bool  showsCompletionBanner,
std::string  achievementIdentifier,
onReportAchievement  listener 
)
static

Apple GameCenter 업적을 전송한다.

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

◆ reportScore()

static void ProviderApple::reportScore ( std::string  score,
std::string  leaderboardIdentifier,
onReportLeaderboard  listener 
)
static

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

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

◆ resetAchievements()

static void ProviderApple::resetAchievements ( onResetAchievements  listener)
static

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

매개변수
listenerAPI 호출 result listener.

◆ showAchievements()

static void ProviderApple::showAchievements ( onShowAchievement  listener)
static

Apple GameCenter 업적 UI를 노출한다.

매개변수
listenerAPI 호출 result listener.

◆ showLeaderboard()

static void ProviderApple::showLeaderboard ( onShowLeaderboard  listener)
static

Apple GameCenter Leaderboard UI를 노출한다.

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