Gamebase SDK for Android
2.7.2
Toast 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) |
GamebaseConfiguration | build () |
Builder | setZoneType (String zoneType) |
API for the test application. More... | |
Builder | setStoreCode (String storeCode) |
Set store code. More... | |
Builder | setFCMSenderId (String senderId) |
Set firebase-messaging sender id. More... | |
Builder | setTencentAccessKey (String accessKey) |
Set tencent notification access key. More... | |
Builder | setTencentAccessId (String accessId) |
Set tencent notification access id. 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 |
|
protected |
Builder | ( | String | appId, |
String | appVersion | ||
) |
Set the required parameters for the Gamebase SDK initialization.
appId | ProjectKey of the TOAST Console. |
appVersion | Client version of the Gamebase. |
GamebaseConfiguration build | ( | ) |
Builder enableBanPopup | ( | boolean | enable | ) |
Builder enableLaunchingStatusPopup | ( | boolean | enable | ) |
Builder enablePopup | ( | boolean | enable | ) |
Builder setDisplayLanguageCode | ( | String | displayLanguage | ) |
Builder setFCMSenderId | ( | String | senderId | ) |
Set firebase-messaging sender id.
senderId | Firebase-messaging sender id |
Builder setStoreCode | ( | String | storeCode | ) |
Set store code.
storeCode | Store code |
Builder setTencentAccessId | ( | String | accessId | ) |
Set tencent notification access id.
accessId | Tencent notification access id |
Builder setTencentAccessKey | ( | String | accessKey | ) |
Set tencent notification access key.
accessKey | Tencent notification access key |
Builder setZoneType | ( | String | zoneType | ) |
API for the test application.
zoneType |
|
protected |
|
protected |
|
protected |