Gamebase SDK for Android
2.5.0
Toast Gamebase Platform
|
Created by shhong on 2017. More...
Public Member Functions | |
void | initialize (Context applicationContext) |
Context | getApplicationContext () |
String | getAppId () |
String | getAppVersion () |
String | getAppName () |
boolean | isDebugMode () |
String | getSDKVersion () |
String | getServerUrl () |
String | getZoneType () |
String | getServerApiVersion () |
String | getStoreCode () |
void | setStoreCode (final String storeCode) |
String | getDeviceKey () |
String | getGuestUUID () |
String | getOsCode () |
String | getOsVersion () |
String | getDeviceModel () |
String | getCarrierCode () |
String | getCarrierName () |
String | getCountryCode () |
String | getCountryCodeOfUSIM () |
String | getCountryCodeOfDevice () |
String | getNetworkName () |
String | getNetworkOperatorName () |
GamebaseConfiguration | getConfiguration () |
void | setConfiguration (GamebaseConfiguration configuration) |
String | getConfigurationLanguageCode () |
String | getConsoleLanguageCode () |
String | getDisplayLanguageCode () |
String | getDeviceLanguageCode () |
Static Public Member Functions | |
static GamebaseSystemInfo | getInstance () |
Created by shhong on 2017.
String getAppId | ( | ) |
Context getApplicationContext | ( | ) |
String getAppName | ( | ) |
String getAppVersion | ( | ) |
String getCarrierCode | ( | ) |
String getCarrierName | ( | ) |
GamebaseConfiguration getConfiguration | ( | ) |
String getConfigurationLanguageCode | ( | ) |
String getConsoleLanguageCode | ( | ) |
String getCountryCode | ( | ) |
String getCountryCodeOfDevice | ( | ) |
String getCountryCodeOfUSIM | ( | ) |
String getDeviceKey | ( | ) |
String getDeviceLanguageCode | ( | ) |
String getDeviceModel | ( | ) |
String getDisplayLanguageCode | ( | ) |
String getGuestUUID | ( | ) |
|
static |
String getNetworkName | ( | ) |
String getNetworkOperatorName | ( | ) |
String getOsCode | ( | ) |
String getOsVersion | ( | ) |
String getSDKVersion | ( | ) |
String getServerApiVersion | ( | ) |
String getServerUrl | ( | ) |
String getStoreCode | ( | ) |
String getZoneType | ( | ) |
void initialize | ( | Context | applicationContext | ) |
boolean isDebugMode | ( | ) |
void setConfiguration | ( | GamebaseConfiguration | configuration | ) |
void setStoreCode | ( | final String | storeCode | ) |