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. More... | |
| delegate void | onSharePhoto (ResultAPI result) |
| Photo content sharing result callback result : Result of API. More... | |
Static Public Member Functions | |
| static void | showCommunity (ProviderType providerType, onShowCommunity listener) |
| 커뮤니티 페이지 요청 API. More... | |
| static void | showCommunity (ProviderType providerType, ViewType viewType, onShowCommunity listener) |
| 커뮤니티 페이지 요청 API. More... | |
| static void | sharePhoto (ProviderType providerType, onSharePhoto listener) |
| Photo Content Share API. More... | |