Gamebase SDK for Android
2.44.0
NHN Cloud Gamebase Platform
|
Public Member Functions | |
String | toJsonString () |
String | toPrettyJsonString () |
String | toString () |
Static Public Member Functions | |
static GamebaseEventServerPushData | 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 | |
String | extras |
Map< String, Object > | popup |
|
static |
Factory method to create VO instance.
jsonString | Extracts the VO class instance from this JSON String. |
|
staticinherited |
|
staticinherited |
|
staticinherited |
|
inherited |
|
inherited |
|
inherited |
String extras |
Map<String, Object> popup |