11#ifndef HIVE_PlatformHelper_hpp
12#define HIVE_PlatformHelper_hpp
65 static void executeEngine(picojson::value jsonParam);
95class HIVESDK_DLLEXPORT PlatformShare
102 int getShareTypeInt();
105 std::string getSubject();
106 void setSubject(std::string subject);
108 std::string getText();
109 void setText(std::string text);
111 std::vector<std::string> getMedia();
112 void setMedia(std::vector<std::string> paths);
119 std::vector<std::string> paths;
Definition: HIVE_ResultAPI.h:63