HIVE SDK for C++

Classes | Typedefs | Functions
SocialV4

@addgroup SocialV4 More...

Classes

class  SocialV4
 

Typedefs

typedef std::function< void(ResultAPI const &result)> SocialV4::onShowCommunity
 Community page request result callback. More...
 
typedef std::function< void(ResultAPI const &result)> SocialV4::onSharePhoto
 Photo content sharing result callback. More...
 

Functions

static void SocialV4::showCommunity (ProviderType providerType, onShowCommunity listener)
 Request community page. More...
 
static void SocialV4::showCommunity (ProviderType providerType, ViewType viewType, onShowCommunity listener)
 Request community page. More...
 
static void SocialV4::sharePhoto (ProviderType providerType, onSharePhoto listener)
 Photo Share API. More...
 

Detailed Description

@addgroup SocialV4

Typedef Documentation

◆ onSharePhoto

typedef std::function<void(ResultAPI const & result)> SocialV4::onSharePhoto

Photo content sharing result callback.

Parameters
resultResult of API

◆ onShowCommunity

typedef std::function<void(ResultAPI const & result)> SocialV4::onShowCommunity

Community page request result callback.

Parameters
resultResult of API

Function Documentation

◆ sharePhoto()

static void SocialV4::sharePhoto ( ProviderType  providerType,
onSharePhoto  listener 
)
static

Photo Share API.

Parameters
providerTyperequest type
listenersharePhotoContent result callback

◆ showCommunity() [1/2]

static void SocialV4::showCommunity ( ProviderType  providerType,
onShowCommunity  listener 
)
static

Request community page.

Parameters
providerTyperequest type
listenershowCommunity result callback

◆ showCommunity() [2/2]

static void SocialV4::showCommunity ( ProviderType  providerType,
ViewType  viewType,
onShowCommunity  listener 
)
static

Request community page.

Parameters
providerTyperequest type
viewTyperequest UI type
listenershowCommunity result callback
Copyright © Com2uS Platform Corporation. All Right Reserved. Terms of Use Privacy Policy