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