@addgroup SocialV4
More...
@addgroup SocialV4
◆ onSharePhoto
Photo content sharing result callback.
- Parameters
-
◆ onShowCommunity
Community page request result callback.
- Parameters
-
◆ sharePhoto()
static void SocialV4::sharePhoto |
( |
ProviderType |
providerType, |
|
|
onSharePhoto |
listener |
|
) |
| |
|
static |
Photo Share API.
- Parameters
-
providerType | request type |
listener | sharePhotoContent result callback |
◆ showCommunity() [1/2]
static void SocialV4::showCommunity |
( |
ProviderType |
providerType, |
|
|
onShowCommunity |
listener |
|
) |
| |
|
static |
Request community page.
- Parameters
-
providerType | request type |
listener | showCommunity result callback |
◆ showCommunity() [2/2]
static void SocialV4::showCommunity |
( |
ProviderType |
providerType, |
|
|
ViewType |
viewType, |
|
|
onShowCommunity |
listener |
|
) |
| |
|
static |
Request community page.
- Parameters
-
providerType | request type |
viewType | request UI type |
listener | showCommunity result callback |