HIVE SDK for Unreal Engine

HivePlatformHelper.h
Go to the documentation of this file.
1
14#pragma once
15
16#include "CoreMinimal.h"
17#include "Impl/HivePlatformHelperImpl.h"
18
19HIVESDK_API IHivePlatformHelperImpl* GetIPlatformHelperInstance();
20
25class HIVESDK_API FHivePlatformHelper
26{
27public:
36 static void RequestUserPermissions(const TArray<FString>& Requests, const FHivePlatformHelperOnUserPermissionsDelegate& Delegate);
37
52 static void CompleteUpdate(int32 state);
53
65 static void ShowInAppBrowser(const FHiveInAppBrowserParam& Param, const FHivePlatformHelperOnShowInAppBrowserDelegate& Delegate);
66
85 static void OpenBrowser(const FHiveOpenBrowserParam& Param);
86
98 static void ShowInAppWebView(const FHiveInAppWebViewParam& Param, const FHivePlatformHelperOnShowInAppWebViewDelegate& Delegate);
99};
인앱 브라우저 설정을 위한 파라미터
Definition: HivePlatformHelperTypes.h:22
인앱 웹뷰 설정을 위한 파라미터
Definition: HivePlatformHelperTypes.h:63
외부 브라우저를 열기 위한 클래스
Definition: HivePlatformHelperTypes.h:43
플랫폼에서 지원하는 기능을 제공하는 클래스이다.
Definition: HivePlatformHelper.h:26
static void ShowInAppBrowser(const FHiveInAppBrowserParam &Param, const FHivePlatformHelperOnShowInAppBrowserDelegate &Delegate)
인 앱 브라우저를 오픈한다.
static void CompleteUpdate(int32 state)
업데이트 팝업 설정으로 백그라운드에서 앱 다운로드가 완료되면
static void RequestUserPermissions(const TArray< FString > &Requests, const FHivePlatformHelperOnUserPermissionsDelegate &Delegate)
Android에서 사용자에게 OS 권한을 재요청.
static void OpenBrowser(const FHiveOpenBrowserParam &Param)
Opens an external browser.
static void ShowInAppWebView(const FHiveInAppWebViewParam &Param, const FHivePlatformHelperOnShowInAppWebViewDelegate &Delegate)
인 앱 웹뷰를 오픈한다.
Copyright © Com2uS Platform Corporation. All Right Reserved. Terms of Use Privacy Policy