![]() |
Gamebase SDK for Android 2.49.0
NHN Cloud Gamebase Platform
|
Public Member Functions | |
Builder (String appId, String appVersion) | |
Set the required parameters for the Gamebase SDK initialization. More... | |
Builder | enablePopup (boolean enable) |
Builder | enableLaunchingStatusPopup (boolean enable) |
Builder | enableBanPopup (boolean enable) |
Builder | setDisplayLanguageCode (String displayLanguage) |
Builder | setPushType (String pushType) |
Set the type of push. More... | |
GamebaseConfiguration | build () |
Builder | setZoneType (String zoneType) |
API for the test application. More... | |
Builder | setStoreCode (String storeCode) |
Set store code. More... | |
Protected Member Functions | |
Builder (String appId, String appVersion, String storeCode) | |
Protected Attributes | |
String | mServerApiVersion = DEFAULT_SERVER_API_VERSION |
String | mZoneType = DEFAULT_SERVICE_ZONE |
String | mPushType = PushProvider.Type.NONE |
String | mServerUrl |
|
protected |
Builder | ( | String | appId, |
String | appVersion | ||
) |
GamebaseConfiguration build | ( | ) |
Builder enableBanPopup | ( | boolean | enable | ) |
Builder enableLaunchingStatusPopup | ( | boolean | enable | ) |
Builder enablePopup | ( | boolean | enable | ) |
Builder setDisplayLanguageCode | ( | String | displayLanguage | ) |
Builder setPushType | ( | String | pushType | ) |
Set the type of push.
You can use this api when you want to select a desired push module among multiple push modules. It is not recommended to include multiple push modules in one build for purposes other than testing.
Please check the PushProvider.Type
class for available types.
PushProvider.Type
Builder setStoreCode | ( | String | storeCode | ) |
Set store code.
storeCode | Store code |
Builder setZoneType | ( | String | zoneType | ) |
API for the test application.
zoneType |
|
protected |
|
protected |
|
protected |
|
protected |