This class manage HIVE SDK configuration
More...
Classes | |
enum | com.hive.Configuration.HIVELanguage |
HIVE Platform languages supported. More... | |
class | com.hive.Configuration |
This class manage HIVE SDK configuration More... | |
Functions | |
static String | com.hive.Configuration.getHiveSDKVersion () |
Returns HIVE SDK Version. More... | |
static String | com.hive.Configuration.getReferenceSDKVersion () |
Return version of SDK referenced by HIVE SDK. More... | |
static String | com.hive.Configuration.getAppId () |
Returns AppId (By default, AppId will be set to the package name in the AndroidManifest.xml file. More... | |
static void | com.hive.Configuration.setAppId (String appId) |
Set AppId (By default, AppId will be set to the package name in the AndroidManifest.xml file. More... | |
static ZoneType | com.hive.Configuration.getZone () |
Returns HIVE platform server zone. More... | |
static void | com.hive.Configuration.setZone (ZoneType zone) |
Set HIVE platform server zone. More... | |
static String | com.hive.Configuration.getServerId () |
Return serverId for server-specific maintenance popup support (The world value registered in the back office world management) More... | |
static void | com.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.) More... | |
static String | com.hive.Configuration.setGameLanguage (String gameLanguage) |
API to reflect language code used in game in module Just type in two lowercase letters ("en"). More... | |
static Boolean | com.hive.Configuration.getUseLog () |
Returns whether HIVE SDK internal log is used. More... | |
static void | com.hive.Configuration.setUseLog (Boolean useLog) |
Set whether HIVE SDK internal log is used. More... | |
static Map< HIVEPermissionType, Object > | com.hive.Configuration.getPermissions () |
권한 요청 관련 설정 정보 반환 More... | |
static void | com.hive.Configuration.setPermissions (Map< HIVEPermissionType, Object > permissions) |
Sets permissions. More... | |
static void | com.hive.Configuration.setCompnay (String company) |
Sets company. More... | |
static void | com.hive.Configuration.setCompnayIndex (int index) |
Sets company. More... | |
static String | com.hive.Configuration.getChannel () |
Returns channel. More... | |
static String | com.hive.Configuration.getMarket () |
Returns market. More... | |
static String | com.hive.Configuration.getHiveCountry () |
Returns country code from HIVE server. More... | |
static int | com.hive.Configuration.getHttpConnectTimeout () |
Returns the default value of HTTP Connect Timeout (in seconds) More... | |
static void | com.hive.Configuration.setHttpConnectTimeout (int httpConnectTimeout) |
Sets the value of HTTP Connect Timeout (in seconds) More... | |
static int | com.hive.Configuration.getHttpReadTimeout () |
Returns the default value of HTTP Read Timeout (in seconds) More... | |
static void | com.hive.Configuration.setHttpReadTimeout (int httpReadTimeout) |
Sets the value of HTTP Read Timeout (in seconds) More... | |
static int | com.hive.Configuration.getMaxGameLogSize () |
Returns maximum number of game logs. More... | |
static void | com.hive.Configuration.setMaxGameLogSize (int maxGameLogSize) |
Set maximum number of game logs (Note: No change unless special occasion) More... | |
This class manage HIVE SDK configuration
This class manage HIVE SDK configuration
|
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 country code from HIVE server.
|
static |
Returns HIVE SDK Version.
|
static |
Returns the default value of HTTP Connect Timeout (in seconds)
|
static |
Returns the default value of HTTP Read Timeout (in seconds)
|
static |
Returns 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.
|
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 |
Sets company.
company | (C2S: Com2us, GVI: Gamevil) |
|
static |
Sets company.
index |
|
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 |
Sets the value of HTTP Connect Timeout (in seconds)
httpConnectTimeout | Value of HTTP Connect Timeout (in seconds) |
|
static |
Sets the value of HTTP Read Timeout (in seconds)
httpReadTimeout | Value of HTTP Read Timeout (in seconds) |
|
static |
Set maximum number of game logs (Note: No change unless special occasion)
maxGameLogSize | Maximum number of game logs |
|
static |
Sets 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 |
Set whether HIVE SDK internal log is used.
useLog | Whether HIVE SDK internal log is used |
|
static |
Set HIVE platform server zone.
zone | HIVE platform server zone (sandbox : for development, real : for production) |