#include <HIVE_SocialV4.h>
Public Types | |
typedef std::function< void(ResultAPI const &result)> | onShowCommunity |
Community page request result callback. More... | |
typedef std::function< void(ResultAPI const &result)> | onSharePhoto |
Photo content sharing result callback. More... | |
Static Public Member Functions | |
static void | showCommunity (ProviderType providerType, onShowCommunity listener) |
Request community page. More... | |
static void | showCommunity (ProviderType providerType, ViewType viewType, onShowCommunity listener) |
Request community page. More... | |
static void | sharePhoto (ProviderType providerType, onSharePhoto listener) |
Photo Share API. More... | |