Classes | |
class | hive.PlatformHelper |
플랫폼 사용 편의를 위한 헬퍼 기능들의 모음 More... | |
Functions | |
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) |
인 앱 웹뷰 콜백 | |
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 결과. |