HIVE SDK for C++

Public Types | Static Public Member Functions | List of all members
PlatformHelper Class Reference

플랫폼에서 지원하는 기능을 제공하는 클래스이다. More...

#include <HIVE_PlatformHelper.h>

Public Types

typedef std::function< void(bool isSuccess)> onHIVEPlatformHelperShareHandler
 Share 관련 동작이 완료되었을 때 호출됨. More...
 
typedef std::function< void(ResultAPI const &result, std::vector< std::string > const &granted, std::vector< std::string > const &denied)> onRequestUserPermissionsHandler
 Android에서 재요청된 OS 권한동의에 대한 결과 값을 반환한다. More...
 

Static Public Member Functions

static void share (PlatformShare platformShare, onHIVEPlatformHelperShareHandler handler)
 하나 또는 복수 개의 미디어(이미지, 오디오, 비디오) 또는 텍스트를 공유한다. More...
 
static void requestUserPermissions (std::vector< std::string > requests, onRequestUserPermissionsHandler handler)
 Android에서 사용자에게 OS 권한을 재요청. More...
 

Detailed Description

플랫폼에서 지원하는 기능을 제공하는 클래스이다.

Member Function Documentation

◆ share()

static void PlatformHelper::share ( PlatformShare  platformShare,
onHIVEPlatformHelperShareHandler  handler 
)
static

하나 또는 복수 개의 미디어(이미지, 오디오, 비디오) 또는 텍스트를 공유한다.

Parameters
platformShare공유할 미디어의 Uri(s)와 공유할 텍스트

The documentation for this class was generated from the following file:
Copyright © Com2uS Platform Corporation. All Right Reserved. Terms of Use Privacy Policy