플랫폼에서 지원하는 기능을 제공하는 클래스이다. 더 자세히 ...
#include <HIVE_PlatformHelper.h>
Public 타입 | |
typedef std::function< void(bool isSuccess)> | onHIVEPlatformHelperShareHandler |
Share 관련 동작이 완료되었을 때 호출됨. 더 자세히 ... | |
typedef std::function< void(ResultAPI const &result, std::vector< std::string > const &granted, std::vector< std::string > const &denied)> | onRequestUserPermissionsHandler |
Android에서 재요청된 OS 권한동의에 대한 결과 값을 반환한다. 더 자세히 ... | |
정적 Public 멤버 함수 | |
static void | share (PlatformShare platformShare, onHIVEPlatformHelperShareHandler handler) |
하나 또는 복수 개의 미디어(이미지, 오디오, 비디오) 또는 텍스트를 공유한다. 더 자세히 ... | |
static void | requestUserPermissions (std::vector< std::string > requests, onRequestUserPermissionsHandler handler) |
Android에서 사용자에게 OS 권한을 재요청. 더 자세히 ... | |
플랫폼에서 지원하는 기능을 제공하는 클래스이다.
|
static |
하나 또는 복수 개의 미디어(이미지, 오디오, 비디오) 또는 텍스트를 공유한다.
platformShare | 공유할 미디어의 Uri(s)와 공유할 텍스트 |