Gamebase SDK for Android
2.5.0
Toast Gamebase Platform
|
Created by shhong on 2016. More...
Public Member Functions | |
int | getCode () |
String | getMessage () |
boolean | isPlayable () |
boolean | isInspectingService () |
String | toJsonString () |
String | toPrettyJsonString () |
String | toString () |
Static Public Member Functions | |
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) |
Static Public Attributes | |
static final int | IN_SERVICE = 200 |
static final int | RECOMMEND_UPDATE = 201 |
static final int | IN_SERVICE_BY_QA_WHITE_LIST = 202 |
static final int | IN_TEST = 203 |
static final int | IN_REVIEW = 204 |
static final int | REQUIRE_UPDATE = 300 |
static final int | BLOCKED_USER = 301 |
static final int | TERMINATED_SERVICE = 302 |
static final int | INSPECTING_SERVICE = 303 |
static final int | INSPECTING_ALL_SERVICES = 304 |
static final int | INTERNAL_SERVER_ERROR = 500 |
Created by shhong on 2016.
|
staticinherited |
|
staticinherited |
|
staticinherited |
int getCode | ( | ) |
String getMessage | ( | ) |
boolean isInspectingService | ( | ) |
boolean isPlayable | ( | ) |
|
inherited |
|
inherited |
|
inherited |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |