HIVE user profile information
More...
#include <HIVE_SocialHive.h>
Public Attributes | |
std::string | vid |
The unique ID of the user issued per game when performing a HIVE login The game manages user information by vid. | |
std::string | uid |
Unique ID (Big Integer type) used in HIVE Social. | |
std::string | identifier |
HIVE Login ID (max 12) | |
std::string | userName |
HIVE nickname or facebook name entered by the user (max 128) | |
std::string | facebookId |
Facebook Id if Facebook account is connected, null if not. | |
std::string | googleplusId |
If you have a Google Sign-in account linked or null if none (Android only.) | |
std::string | profileImageUrl |
Profile image URL. | |
std::string | country |
Country code according to user selection. | |
std::string | comment |
The user's status message (a "word" entered by the user) | |
bool | cached |
Whether data is cached (test field) | |
bool | testAccount |
Whether it is a test account, true/false. | |
std::string | |
Login email address. Null if none. | |
std::string | birthday |
Birthday , Null if none. | |
std::string | gender |
Gender , Null if none. | |
bool | gameFriend |
Whether in game friend, true/false. | |
std::string | assnet |
HIVE Membership, C: Com2us, G : GameVil, H : HIVE, or null. | |
HiveRelationRoute | relationRoute |
A route that you became friend for the first time. | |
HIVE user profile information