17#ifndef __HIVE_SOCIALV4_H__
18#define __HIVE_SOCIALV4_H__
43 enum class ProviderType {
131 static void executeEngine(picojson::value jsonParam);
135 static std::string stringProviderType(ProviderType providerType);
136 static std::string stringViewType(ViewType viewType);
Definition: HIVE_ResultAPI.h:63
Definition: HIVE_SocialV4.h:39
static void showCommunity(ProviderType providerType, ViewType viewType, onShowCommunity listener)
커뮤니티 페이지 요청 API
std::function< void(ResultAPI const &result)> onShowCommunity
커뮤니티 페이지 요청 결과 통지
Definition: HIVE_SocialV4.h:65
static void sharePhoto(ProviderType providerType, onSharePhoto listener)
사진 공유 API
static void showCommunity(ProviderType providerType, onShowCommunity listener)
커뮤니티 페이지 요청 API
std::function< void(ResultAPI const &result)> onSharePhoto
사진 컨텐츠 공유 결과 통지
Definition: HIVE_SocialV4.h:79