@addgroup SocialGoogle 더 자세히 ...
클래스 | |
class | SocialGoogle |
class | SocialGoogle::ProfileGooglePlay |
GooglePlay Player 프로필 정보 더 자세히 ... | |
타입정의 | |
typedef std::function< void(ResultAPI const &result, std::vector< ProfileGooglePlay > const &profileList)> | SocialGoogle::onProfileGoogle |
Google Play 프로필 정보 결과 통지 더 자세히 ... | |
함수 | |
static void | SocialGoogle::getMyProfile (onProfileGoogle listener) |
Google Play 유저의 프로필 정보를 얻어온다. 더 자세히 ... | |
@addgroup SocialGoogle
typedef std::function<void(ResultAPI const & result, std::vector<ProfileGooglePlay> const & profileList)> SocialGoogle::onProfileGoogle |
Google Play 프로필 정보 결과 통지
result | API 호출 결과 |
profile | Google Play 프로필 정보 |
|
static |
Google Play 유저의 프로필 정보를 얻어온다.
listener | API 호출 결과 통지 |