HIVE SDK for Unreal Engine

HiveSocialV4.h
Go to the documentation of this file.
1
12#pragma once
13
14#include "CoreMinimal.h"
15#include "Impl/HiveSocialV4Impl.h"
16
17HIVESDK_API IHiveSocialV4Impl* GetISocialV4Instance();
18
25class HIVESDK_API FHiveSocialV4
26{
27public:
41 static void ShowCommunity(ESocialV4ProviderType ProviderType, const FHiveSocialV4OnShowCommunityDelegate& Delegate);
42
58 static void ShowCommunity(ESocialV4ProviderType ProviderType, ESocialV4ViewType ViewType, const FHiveSocialV4OnShowCommunityDelegate& Delegate);
59
73 static void SharePhoto(ESocialV4ProviderType ProviderType, const FHiveSocialV4OnSharePhotoDelegate& Delegate);
74};
Community page exposure, photo content sharing function provided
Definition: HiveSocialV4.h:26
static void ShowCommunity(ESocialV4ProviderType ProviderType, const FHiveSocialV4OnShowCommunityDelegate &Delegate)
Request community page.
ESocialV4ViewType
SocialV4 API call type.
Definition: HiveSocialV4Types.h:34
ESocialV4ProviderType
SocialV4 API call type.
Definition: HiveSocialV4Types.h:18
static void ShowCommunity(ESocialV4ProviderType ProviderType, ESocialV4ViewType ViewType, const FHiveSocialV4OnShowCommunityDelegate &Delegate)
Request community page.
static void SharePhoto(ESocialV4ProviderType ProviderType, const FHiveSocialV4OnSharePhotoDelegate &Delegate)
Photo Share API.
Copyright © Com2uS Platform Corporation. All Right Reserved. Terms of Use Privacy Policy