This class manage HIVE SDK configuration
More...
Public Member Functions | |
| delegate void | onConfigurationGetMetaData (ResultAPI result, String value) |
| MetaData request result callback More... | |
Static Public Member Functions | |
| static String | getHiveSDKVersion () |
| Returns HIVE SDK Version. More... | |
| static String | getReferenceSDKVersion () |
| Return version of SDK referenced by HIVE SDK. More... | |
| static String | getAppId () |
| Returns AppId (By default, AppId will be set to the package name in the AndroidManifest.xml file. More... | |
| static void | setAppId (String appId) |
| Set AppId (By default, AppId will be set to the package name in the AndroidManifest.xml file. More... | |
| static ZoneType | getZone () |
| Returns Hive platform server zone. More... | |
| static void | setZone (ZoneType zone) |
| Set Hive Hive platform server zone. More... | |
| static String | getServerId () |
| Return serverId for server-specific maintenance popup support (The world value registered in the back office world management) More... | |
| static void | setServerId (String serverId) |
| Set serverId for server-specific maintenance popup support (The world value registered in the back office world management should be inputted according to the server.) More... | |
| static void | updateServerId (String serverId) |
| Set serverId for server-specific maintenance popup support (The world value registered in the back office world management should be inputted according to the server.) More... | |
| static String | setGameLanguage (String gameLanguage) |
| API to reflect language code used in game in module Just type in two lowercase letters ("en"). More... | |
| static String | updateGameLanguage (String gameLanguage) |
| API to reflect language code used in game in module Just type in two lowercase letters ("en"). More... | |
| static Boolean | getUseLog () |
| Returns whether HIVE SDK internal log is used. More... | |
| static void | setUseLog (Boolean useLog) |
| Set whether HIVE SDK internal log is used. More... | |
| static String | getPermissions () |
| 권한 요청 관련 설정 정보 반환 More... | |
| static void | setPermissions (JSONObject permissions) |
| 권한 요청 관련 설정 정보 설정 More... | |
| static String | getCompany () |
| Returns company. More... | |
| static void | setCompany (String company) |
| Set company. More... | |
| static String | getChannel () |
| Returns channel. More... | |
| static void | setChannel (String channel) |
| Set channel. More... | |
| static int | getHttpConnectTimeout () |
| Returns the default value of HTTP Connect Timeout (in seconds) More... | |
| static void | setHttpConnectTimeout (int httpConnectTimeout) |
| Set the value of HTTP Connect Timeout (in seconds) More... | |
| static int | getHttpReadTimeout () |
| Returns the default value of HTTP Read Timeout (in seconds) More... | |
| static void | setHttpReadTimeout (int httpReadTimeout) |
| Set the value of HTTP Read Timeout (in seconds) More... | |
| static int | getMaxGameLogSize () |
| Returns maximum number of game logs. More... | |
| static void | setMaxGameLogSize (int maxGameLogSize) |
| Set maximum number of game logs (Note: No change unless special occasion) More... | |
| static String | getMarket () |
| Return market. More... | |
| static void | setMarket (String market) |
| Set market. More... | |
| static String | getHiveCountry () |
| HIVE 서버에서 판단한 국가코드를 반환한다. More... | |
| static String | getHiveTimeZone () |
| HIVE 서버에서 판단한 TimeZone 정보를 반환한다. More... | |
| static uint | getAnalyticsSendLimit () |
| 전송 주기마다 전송할 로그의 최대치를 반환한다. More... | |
| static void | setAnalyticsSendLimit (uint limit) |
| 전송 주기마다 전송할 로그의 최대치 설정. More... | |
| static uint | getAnalyticsQueueLimit () |
| 최대로 쌓을수 있는 로그의 양을 반환한다. More... | |
| static void | setAnalyticsQueueLimit (uint limit) |
| 최대로 쌓을 수 있는 로그의 수 More... | |
| static float | getAnalyticsSendCycleSeconds () |
| 로그 전송 주기. More... | |
| static void | setAnalyticsSendCycleSeconds (float seconds) |
| 로그 전송 주기 설정. More... | |
| static Boolean | getAgeGateU13 () |
| Hive SDK AgeGateU13 적용 여부 반환 More... | |
| static void | setAgeGateU13 (Boolean ageGateU13) |
| Hive SDK AgeGateU13 적용 여부 설정 More... | |
| static Boolean | getAgeGateU16Agree () |
| Returns Hive SDK GDPR Whether you agree to the terms and conditions for under 16s in your country. More... | |
| static Boolean | getLegalGuardianConsentAgree () |
| Returns whether the legal representative agrees or not. More... | |
| static void | setHivePermissionViewOn (Boolean isOn) |
| Hive SDK 권한고지 팝업 노출 여부 설정 More... | |
| static PermissionViewData | getPermissionViewData (HIVELanguage language) |
| 커스텀 권한고지를 위한 데이터 구성 More... | |
| static void | setHiveTheme (HiveThemeType theme) |
| Hive 테마 설정 More... | |
| static HiveThemeType | getHiveTheme () |
| Return Hive Theme. More... | |
| static void | setHiveOrientation (String orientation) |
| Set Hive Orientation. More... | |
| static void | getMetaData (string key, bool forceReload, onConfigurationGetMetaData listener) |
| Game MetaData 요청 More... | |
| static void | setHiveCommunityUrl (String url) |
| Hive 커뮤니티 URL 설정 More... | |
| static void | setUseHercules (bool enable) |
| Hercules 사용 여부 설정 More... | |
| static Boolean | getCrossPromotionBannerShowing () |
| Whether to use CrossPromotion. More... | |
| static void | setCrossPromotionBannerShowing (Boolean show) |
| Whether to use CrossPromotion. More... | |
| static int | getChatConnectionTimeout () |
| Return Hive Chat socket connection timeout value. More... | |
| static void | setChatConnectionTimeout (int chatConnectionTimeout) |
| Set Hive Chat socket connection timeout value. More... | |
| static Boolean | getEnableGameController () |
| Returns whether the Controller is enabled. More... | |
| static void | setEnableGameController (Boolean enable) |
| Whether to enable Controller. More... | |
| static void | setUsePrivateBrowsingForAuth (Boolean use) |
| Whether to use Secret Mode. More... | |
This class manage HIVE SDK configuration
|
static |
Game MetaData 요청
| key | 요청 data 키 |
| forceReload | network 통신 여부 |
| API | 결과 통지 |
|
static |
커스텀 권한고지를 위한 데이터 구성
| 타겟 | 언어 |
|
static |
Hive SDK 권한고지 팝업 노출 여부 설정
| isOn | Hive SDK 권한고지 팝업 노출 여부 설정 |