17#ifndef __HIVE_SOCIALGOOGLE_H__
18#define __HIVE_SOCIALGOOGLE_H__
85 static void executeEngine(picojson::value jsonParam);
111 picojson::object toJson()
const;
113 std::string toString()
const;
Definition: HIVE_ResultAPI.h:63
GooglePlay Player 프로필 정보
Definition: HIVE_SocialGoogle.h:98
std::string playerId
GooglePlay's PlayerId
Definition: HIVE_SocialGoogle.h:101
std::string playerName
GooglePlay's DiaplayPlayerName
Definition: HIVE_SocialGoogle.h:102
Definition: HIVE_SocialGoogle.h:44
static void getMyProfile(onProfileGoogle listener)
Google Play 유저의 프로필 정보를 얻어온다.
std::function< void(ResultAPI const &result, std::vector< ProfileGooglePlay > const &profileList)> onProfileGoogle
Google Play 프로필 정보 결과 통지
Definition: HIVE_SocialGoogle.h:64