Gamebase SDK for Android
2.7.2
Toast Gamebase Platform
|
Classes | |
class | Builder |
Public Member Functions | |
String | getAppId () |
String | getAppVersion () |
String | getStoreCode () |
UIPopupConfiguration | getUIPopupConfiguration () |
String | getDisplayLanguageCode () |
String | getServerApiVersion () |
The API used in internal process only. More... | |
String | getZoneType () |
The API used in internal process only. More... | |
String | getFCMSenderId () |
Get firebase-messaging sender id. More... | |
String | getTencentAccessId () |
Get access id for Tencent notification. More... | |
String | getTencentAccessKey () |
Get access key for Tencent notification. More... | |
String | toJsonString () |
String | toPrettyJsonString () |
String | toString () |
Static Public Member Functions | |
static Builder | newBuilder (String appId, String appVersion, String storeCode) |
Returns a builder that sets the required parameters for Gamebase SDK initialization. More... | |
static< T > T | fromJson (@NonNull String json, Class< T > classOfT) |
static< T > T | fromJson (@NonNull JSONObject jsonObject, Class< T > classOfT) |
static< T > T | fromJson (@NonNull String json, Type type) |
|
staticinherited |
|
staticinherited |
|
staticinherited |
String getAppId | ( | ) |
String getAppVersion | ( | ) |
String getDisplayLanguageCode | ( | ) |
String getFCMSenderId | ( | ) |
Get firebase-messaging sender id.
String getServerApiVersion | ( | ) |
The API used in internal process only.
TODO: Deprecated 정책 종료 후 제거하지 말고 접근 지시자를 default 로 변경하세요!
String getStoreCode | ( | ) |
String getTencentAccessId | ( | ) |
Get access id for Tencent notification.
String getTencentAccessKey | ( | ) |
Get access key for Tencent notification.
UIPopupConfiguration getUIPopupConfiguration | ( | ) |
String getZoneType | ( | ) |
The API used in internal process only.
TODO: Deprecated 정책 종료 후 제거하지 말고 접근 지시자를 default 로 변경하세요!
|
static |
|
inherited |
|
inherited |
|
inherited |