플랫폼 사용 편의를 위한 기능 제공
더 자세히 ...
클래스 | |
class | hive.PlatformHelper |
플랫폼 사용 편의를 위한 헬퍼 기능들의 모음 더 자세히 ... | |
class | hive.InAppBrowserParam |
인앱 브라우저 설정을 위한 파라미터 더 자세히 ... | |
class | hive.InAppWebViewParam |
인앱 웹뷰 설정을 위한 파라미터 더 자세히 ... | |
함수 | |
delegate void | hive.PlatformHelper.onShare (ResultAPI result) |
Share 관련 동작이 완료되었을 때 호출됨. 더 자세히 ... | |
delegate void | hive.PlatformHelper.onRequestUserPermissions (ResultAPI result, String[] granted, String[] denied) |
Android에서 재요청된 OS 권한동의에 대한 결과 값을 반환한다. 더 자세히 ... | |
delegate void | hive.PlatformHelper.onInAppBrowser (ResultAPI result) |
인 앱 브라우저 콜백 더 자세히 ... | |
delegate void | hive.PlatformHelper.onInAppWebView (ResultAPI result) |
인 앱 웹뷰 콜백 더 자세히 ... | |
static void | hive.PlatformHelper.showInAppBrowser (InAppBrowserParam param, onInAppBrowser listener) |
인 앱 브라우저를 오픈한다. 더 자세히 ... | |
static void | hive.PlatformHelper.showInAppWebView (InAppWebViewParam param, onInAppWebView listener) |
인 앱 웹뷰를 오픈한다. 더 자세히 ... | |
플랫폼 사용 편의를 위한 기능 제공
delegate void hive.PlatformHelper.onInAppBrowser | ( | ResultAPI | result | ) |
인 앱 브라우저 콜백
result | 인 앱 브라우저 호출 결과 |
delegate void hive.PlatformHelper.onInAppWebView | ( | ResultAPI | result | ) |
인 앱 웹뷰 콜백
result | 인 앱 웹뷰 호출 결과 |
delegate void hive.PlatformHelper.onRequestUserPermissions | ( | ResultAPI | result, |
String[] | granted, | ||
String[] | denied | ||
) |
Android에서 재요청된 OS 권한동의에 대한 결과 값을 반환한다.
granted | 사용자가 수락한 권한 리스트, denied 사용자가 거부한 권한 리스트 |
delegate void hive.PlatformHelper.onShare | ( | ResultAPI | result | ) |
Share 관련 동작이 완료되었을 때 호출됨.
(share)
isSuccess | Share 결과. |
|
static |
인 앱 브라우저를 오픈한다.
param | 인앱 브라우저 설정을 위한 파라미터 |
listener | onInAppBrowser 결과 콜백 |
|
static |
인 앱 웹뷰를 오픈한다.
param | 인앱 웹뷰 설정을 위한 파라미터 |
listener | onInAppWebView 결과 콜백 |