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...
#include <HIVE_SocialHive.h>
Public Types | |
typedef std::function< void(ResultAPI const &result, std::vector< ProfileHive > const &profileList)> | onProfileHive |
Returns HIVE Profile / Friend Information. More... | |
typedef std::function< void(ResultAPI const &result)> | onSendMessageHive |
Returns HIVE message transmission result. More... | |
typedef std::function< void(ResultAPI const &result)> | onShowHiveDialog |
Returns showing HIVE Social dialog result. More... | |
typedef std::function< void(ResultAPI result, SocialBadge socialBadge)> | onGetBadgeInfo |
HIVE Social Badge information. More... | |
Static Public Member Functions | |
static void | getMyProfile (onProfileHive listener) |
Request profile information of HIVE certified users. More... | |
static void | setMyProfile (std::string displayName, onProfileHive listener) |
Set profile information of HIVE certified users. More... | |
static void | getFriends (FriendType friendType, onProfileHive 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 (std::vector< std::string > vidList, onProfileHive listener) |
HIVE 사용자 정보를 조회한다. More... | |
static void | sendMessage (MessageContent messageContent, onSendMessageHive 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, onSendMessageHive listener) |
Send a invite message to HIVE user. More... | |
static void | showHiveDialog (HiveDialogType hiveDialogType, std::string vid, onShowHiveDialog listener) |
Show HIVE WebView dialog (- HIVE Social's default first screen (feed){@inheritDoc HiveDialogType::HOME} More... | |
static void | showHiveDialog (HiveDialogType hiveDialogType, std::string vid, std::string additionalInfo, onShowHiveDialog listener) |
Show HIVE WebView dialog (- HIVE Social's default first screen (feed){@inheritDoc HiveDialogType::HOME} More... | |
static void | getBadgeInfo (onGetBadgeInfo 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