Classes | |
class | hive.SocialV4 |
Functions | |
delegate void | hive.SocialV4.onShowCommunity (ResultAPI result) |
Community page request result callback result : Result of API. | |
delegate void | hive.SocialV4.onSharePhoto (ResultAPI result) |
Photo content sharing result callback result : Result of API. | |
static void | hive.SocialV4.showCommunity (ProviderType providerType, onShowCommunity listener) |
커뮤니티 페이지 요청 API. | |
static void | hive.SocialV4.showCommunity (ProviderType providerType, ViewType viewType, onShowCommunity listener) |
커뮤니티 페이지 요청 API. | |
static void | hive.SocialV4.sharePhoto (ProviderType providerType, onSharePhoto listener) |
Photo Content Share API. | |
delegate void hive.SocialV4.onSharePhoto | ( | ResultAPI | result | ) |
Photo content sharing result callback result : Result of API.
delegate void hive.SocialV4.onShowCommunity | ( | ResultAPI | result | ) |
Community page request result callback result : Result of API.
|
static |
Photo Content Share API.
providerType | request type |
listener | sharePhotoContent result callback |
|
static |
커뮤니티 페이지 요청 API.
providerType | request type |
listener | showCommunity result callback |
|
static |
커뮤니티 페이지 요청 API.
providerType | request type |
viewType | view type |
listener | showCommunity result callback |