HIVE users can view and modify their profile information and provide a social game service where they can make friends and play games with their friends together. More...
Classes | |
enum | FriendType |
Types of Friend list. More... | |
enum | HiveDialogType |
Types of HIVE Social WebView Dialog. More... | |
enum | HiveRelationRoute |
HIVE The path form of friendship. More... | |
class | MessageContent |
Message information. More... | |
class | ProfileHive |
HIVE user profile information More... | |
interface | ProfileListener |
Returns HIVE Profile / Friend Information. More... | |
interface | SendMessageListener |
Returns HIVE message transmission result. More... | |
interface | ShowHiveDialogListener |
Returns showing HIVE Social dialog result. More... | |
class | SocialBadge |
HIVE Social Badge information. More... | |
interface | SocialBadgeListener |
HIVE Social Badge information. More... | |
Static Public Member Functions | |
static void | getMyProfile (ProfileListener listener) |
Request profile information of HIVE certified users. More... | |
static void | setMyProfile (String displayName, ProfileListener listener) |
Set profile information of HIVE certified users. More... | |
static void | getFriends (FriendType friendType, ProfileListener listener) |
Request HIVE Profile / Friend Information In the form of friends, there are friends who play games together, friends who do not play games, friends who invite games, all friends, and these are defined by an enum called FriendType. More... | |
static void | getProfiles (String[] vidList, ProfileListener listener) |
HIVE 사용자 정보를 조회한다. More... | |
static void | sendMessage (MessageContent messageContent, SendMessageListener listener) |
Send message to HIVE friend If you send a message to a HIVE friend, a push notification will be sent to the recipient who has received the message. More... | |
static void | sendInvitationMessage (MessageContent messageContent, SendMessageListener listener) |
Send a invite message to HIVE user. More... | |
static void | showHiveDialog (HiveDialogType hiveDialogType, String vid, ShowHiveDialogListener listener) |
Show HIVE WebView dialog (- HIVE Social's default first screen (feed){ HiveDialogType::HOME} More... | |
static void | getBadgeInfo (SocialBadgeListener listener) |
Request HIVE Social Badge info. More... | |
HIVE users can view and modify their profile information and provide a social game service where they can make friends and play games with their friends together.
HIVE can make HIVE friends and synchronize the list by using external user information such as Facebook and contacts on your device.
SocialHive class provides HIVE user profile, friend list and social web