#import <Foundation/Foundation.h>Go to the source code of this file.
Classes | |
| class | HIVEProfileHive |
| HIVE user profile information More... | |
| class | HIVEMessageContent |
| Message information. More... | |
| class | HIVESocialBadge |
| HIVE Social Badge information. More... | |
| class | HIVESocialHive |
| 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... | |
Typedefs | |
| typedef void(^ | HIVESocialProfileHandler) (HIVEResultAPI *result, NSArray< HIVEProfileHive *> *profileList) |
| Returns HIVE Profile / Friend Information. More... | |
| typedef void(^ | HIVESocialSendMessageHandler) (HIVEResultAPI *result) |
| Returns HIVE message transmission result. More... | |
| typedef void(^ | HIVESocialShowHiveDialogHandler) (HIVEResultAPI *result) |
| Returns showing HIVE Social dialog result. More... | |
| typedef void(^ | HIVESocialBadgeHandler) (HIVEResultAPI *result, HIVESocialBadge *badge) |
| HIVE Social Badge information. More... | |
Functions | |
| typedef | NS_ENUM (NSUInteger, HIVEFriendType) |
| Types of Friend list. More... | |
| typedef | NS_ENUM (NSUInteger, HIVEDialogType) |
| Types of HIVE Social WebView Dialog. More... | |
| typedef | NS_ENUM (NSUInteger, HIVEProfileRelationRouteType) |
| HIVE The path form of friendship. More... | |