HIVE 유저의 프로필 정보
더 자세히 ...
#include <HIVE_SocialHive.h>
Public 속성 | |
std::string | vid |
HIVE 로그인을 수행하면 게임별로 발급되는 사용자의 고유 ID 게임에서는 vid 기준으로 유저 정보를 관리한다 | |
std::string | uid |
HIVE Social 에서 사용하는 게임과 별개인 사용자 고유의 ID (Big Integer형태) | |
std::string | identifier |
HIVE 로그인 ID (max 12) | |
std::string | userName |
사용자가 입력한 HIVE 닉네임 또는 facebook name (max 128) | |
std::string | facebookId |
페이스북 계정이 연결된 경우 페이스북 Id, 없으면 null | |
std::string | googleplusId |
구글플러스 계정이 연결된 경우 구글플러스 Id, 추후 PGS PlayerId변경 가능, 없으면 null (Android only.) | |
std::string | profileImageUrl |
프로필 이미지 URL | |
std::string | country |
유저 선택에 따른 국가 코드 | |
std::string | comment |
유저의 상태 메시지 | |
bool | cached |
데이터 캐싱 여부(테스트 필드) | |
bool | testAccount |
테스트 계정 여부, true/false | |
std::string | |
로그인 메일 주소. 없으면 null | |
std::string | birthday |
생년월일 , 설정 안되었으면 null | |
std::string | gender |
성별 , M or F , 설정 안되었으면 null | |
bool | gameFriend |
게임을 같이 하는 게임 친구 여부, true/false | |
std::string | assnet |
HIVE 회원 전환 여부, C: Com2us, G : GameVil, H : HIVE, or null | |
HiveRelationRoute | relationRoute |
최초로 친구 관계가 된 경로 정보. | |
HIVE 유저의 프로필 정보