This class manage HIVE SDK configuration
More...
Classes | |
class | hive.Configuration |
This class manage HIVE SDK configuration More... | |
Enumerations | |
enum | hive.HIVELanguage |
HIVE Platform languages supported. More... | |
Functions | |
delegate void | hive.Configuration.onConfigurationGetMetaData (ResultAPI result, String value) |
MetaData request result callback | |
static String | hive.Configuration.getHiveSDKVersion () |
Returns HIVE SDK Version. | |
static String | hive.Configuration.getReferenceSDKVersion () |
Return version of SDK referenced by HIVE SDK. | |
static String | hive.Configuration.getAppId () |
Returns AppId (By default, AppId will be set to the package name in the AndroidManifest.xml file. | |
static void | hive.Configuration.setAppId (String appId) |
Set AppId (By default, AppId will be set to the package name in the AndroidManifest.xml file. | |
static ZoneType | hive.Configuration.getZone () |
Returns Hive platform server zone. | |
static void | hive.Configuration.setZone (ZoneType zone) |
Set Hive Hive platform server zone. | |
static String | hive.Configuration.getServerId () |
Return serverId for server-specific maintenance popup support (The world value registered in the back office world management) | |
static void | hive.Configuration.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.) | |
static void | hive.Configuration.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.) | |
static String | hive.Configuration.setGameLanguage (String gameLanguage) |
API to reflect language code used in game in module Just type in two lowercase letters ("en"). | |
static String | hive.Configuration.updateGameLanguage (String gameLanguage) |
API to reflect language code used in game in module Just type in two lowercase letters ("en"). | |
static Boolean | hive.Configuration.getUseLog () |
Returns whether HIVE SDK internal log is used. | |
static void | hive.Configuration.setUseLog (Boolean useLog) |
Set whether HIVE SDK internal log is used. | |
static String | hive.Configuration.getPermissions () |
권한 요청 관련 설정 정보 반환 | |
static void | hive.Configuration.setPermissions (JSONObject permissions) |
권한 요청 관련 설정 정보 설정 | |
static String | hive.Configuration.getCompany () |
Returns company. | |
static void | hive.Configuration.setCompany (String company) |
Set company. | |
static String | hive.Configuration.getChannel () |
Returns channel. | |
static void | hive.Configuration.setChannel (String channel) |
Set channel. | |
static int | hive.Configuration.getHttpConnectTimeout () |
Returns the default value of HTTP Connect Timeout (in seconds) | |
static void | hive.Configuration.setHttpConnectTimeout (int httpConnectTimeout) |
Set the value of HTTP Connect Timeout (in seconds) | |
static int | hive.Configuration.getHttpReadTimeout () |
Returns the default value of HTTP Read Timeout (in seconds) | |
static void | hive.Configuration.setHttpReadTimeout (int httpReadTimeout) |
Set the value of HTTP Read Timeout (in seconds) | |
static int | hive.Configuration.getMaxGameLogSize () |
Returns maximum number of game logs. | |
static void | hive.Configuration.setMaxGameLogSize (int maxGameLogSize) |
Set maximum number of game logs (Note: No change unless special occasion) | |
static String | hive.Configuration.getMarket () |
Return market. | |
static void | hive.Configuration.setMarket (String market) |
Set market. | |
static String | hive.Configuration.getHiveCountry () |
HIVE 서버에서 판단한 국가코드를 반환한다. | |
static String | hive.Configuration.getHiveTimeZone () |
HIVE 서버에서 판단한 TimeZone 정보를 반환한다. | |
static uint | hive.Configuration.getAnalyticsSendLimit () |
전송 주기마다 전송할 로그의 최대치를 반환한다. | |
static void | hive.Configuration.setAnalyticsSendLimit (uint limit) |
전송 주기마다 전송할 로그의 최대치 설정. | |
static uint | hive.Configuration.getAnalyticsQueueLimit () |
최대로 쌓을수 있는 로그의 양을 반환한다. | |
static void | hive.Configuration.setAnalyticsQueueLimit (uint limit) |
최대로 쌓을 수 있는 로그의 수 | |
static float | hive.Configuration.getAnalyticsSendCycleSeconds () |
로그 전송 주기. | |
static void | hive.Configuration.setAnalyticsSendCycleSeconds (float seconds) |
로그 전송 주기 설정. | |
static Boolean | hive.Configuration.getAgeGateU13 () |
Hive SDK AgeGateU13 적용 여부 반환 | |
static void | hive.Configuration.setAgeGateU13 (Boolean ageGateU13) |
Hive SDK AgeGateU13 적용 여부 설정 | |
static Boolean | hive.Configuration.getAgeGateU16Agree () |
Returns Hive SDK GDPR Whether you agree to the terms and conditions for under 16s in your country. | |
static Boolean | hive.Configuration.getLegalGuardianConsentAgree () |
Returns whether the legal representative agrees or not. | |
static void | hive.Configuration.setHiveTheme (HiveThemeType theme) |
Hive 테마 설정 | |
static HiveThemeType | hive.Configuration.getHiveTheme () |
Return Hive Theme. | |
static void | hive.Configuration.setHiveOrientation (String orientation) |
Set Hive Orientation. | |
static void | hive.Configuration.setHiveCommunityUrl (String url) |
Hive 커뮤니티 URL 설정 | |
static void | hive.Configuration.setUseHercules (bool enable) |
Hercules 사용 여부 설정 | |
static Boolean | hive.Configuration.getCrossPromotionBannerShowing () |
Whether to use CrossPromotion. | |
static void | hive.Configuration.setCrossPromotionBannerShowing (Boolean show) |
Whether to use CrossPromotion. | |
This class manage HIVE SDK configuration
enum hive.HIVELanguage |
HIVE Platform languages supported.
|
static |
Hive SDK AgeGateU13 적용 여부 반환
|
static |
Returns Hive SDK GDPR Whether you agree to the terms and conditions for under 16s in your country.
|
static |
최대로 쌓을수 있는 로그의 양을 반환한다.
|
static |
로그 전송 주기.
|
static |
전송 주기마다 전송할 로그의 최대치를 반환한다.
|
static |
Returns AppId (By default, AppId will be set to the package name in the AndroidManifest.xml file.
However, it supports changes to API calls for reasons such as test setup.)
|
static |
Returns channel.
|
static |
Returns company.
|
static |
Whether to use CrossPromotion.
|
static |
HIVE 서버에서 판단한 국가코드를 반환한다.
|
static |
Returns HIVE SDK Version.
|
static |
Return Hive Theme.
|
static |
HIVE 서버에서 판단한 TimeZone 정보를 반환한다.
|
static |
Returns the default value of HTTP Connect Timeout (in seconds)
|
static |
Returns the default value of HTTP Read Timeout (in seconds)
|
static |
Returns whether the legal representative agrees or not.
|
static |
Return market.
|
static |
Returns maximum number of game logs.
|
static |
권한 요청 관련 설정 정보 반환
|
static |
Return version of SDK referenced by HIVE SDK.
|
static |
Return serverId for server-specific maintenance popup support
(The world value registered in the back office world management)
|
static |
Returns whether HIVE SDK internal log is used.
|
static |
Returns Hive platform server zone.
delegate void hive.Configuration.onConfigurationGetMetaData | ( | ResultAPI | result, |
String | value ) |
MetaData request result callback
result | Result of API call |
value | The metadata value that matches the key |
|
static |
Hive SDK AgeGateU13 적용 여부 설정
ageGateU13 | Hive SDK AgeGateU13 적용 여부 설정 |
|
static |
최대로 쌓을 수 있는 로그의 수
limit | 최대 대기 가능한 로그의 수 |
|
static |
로그 전송 주기 설정.
seconds | 전송 주기 (초) |
|
static |
전송 주기마다 전송할 로그의 최대치 설정.
limit | 전송주기마다 전송할 최대 로그의 양 |
|
static |
Set AppId (By default, AppId will be set to the package name in the AndroidManifest.xml file.
However, it supports changes to API calls for reasons such as test setup.)
appId | AppId |
|
static |
Set channel.
Channel | (C2S : HIVE Platform) |
|
static |
Set company.
company | (C2S : Com2us, GVI : Com2us Holdings) |
|
static |
Whether to use CrossPromotion.
show | Whether to use CrossPromotion |
|
static |
API to reflect language code used in game in module
Just type in two lowercase letters ("en").
ISO 639-1 format.
Internally, uppercase characters are converted to lowercase characters. Alphabetic case rules follow US rules.
gameLanguage | Language code used in game. |
|
static |
Hive 커뮤니티 URL 설정
url | 커뮤니티 URL |
|
static |
Hive 테마 설정
Hive | Theme |
|
static |
Set the value of HTTP Connect Timeout (in seconds)
httpConnectTimeout | Value of HTTP Connect Timeout (in seconds) |
|
static |
Set the value of HTTP Read Timeout (in seconds)
httpReadTimeout | Value of HTTP Read Timeout (in seconds) |
|
static |
Set market.
market | Market (google, tstore, olleh, ozstore, googleplay_lebi) |
|
static |
Set maximum number of game logs (Note: No change unless special occasion)
maxGameLogSize | Maximum number of game logs |
|
static |
권한 요청 관련 설정 정보 설정
permissions | 권한 요청 관련 설정 Set permissions. |
permissions | Permissions. |
|
static |
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.)
serverId | serverId for server-specific maintenance popup support |
|
static |
Hercules 사용 여부 설정
enable | Hercules 사용 여부 |
|
static |
Set whether HIVE SDK internal log is used.
useLog | Whether HIVE SDK internal log is used |
|
static |
Set Hive Hive platform server zone.
zone | Hive platform server zone (sandbox : for development, real : for production) |
|
static |
API to reflect language code used in game in module
Just type in two lowercase letters ("en").
ISO 639-1 format.
Internally, uppercase characters are converted to lowercase characters. Alphabetic case rules follow US rules.
gameLanguage | Language code used in game. |
|
static |
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.)
serverId | serverId for server-specific maintenance popup support |