![]() |
Gamebase SDK for Android 2.49.0
NHN Cloud Gamebase Platform
|
Public Member Functions | |
String | toJsonString () |
String | toPrettyJsonString () |
String | toString () |
Static Public Member Functions | |
static GamebaseEventObserverData | from (@Nullable final String jsonString) |
Factory method to create VO instance. 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) |
Public Attributes | |
int | code |
String | message |
String | extras |
|
static |
Factory method to create VO instance.
jsonString | Extracts the VO class instance from this JSON String. |
|
staticinherited |
|
staticinherited |
|
staticinherited |
|
inherited |
|
inherited |
|
inherited |
int code |
String extras |
String message |