Gamebase SDK for Android
2.21.1
Toast Gamebase Platform
|
Public Member Functions | |
String | toJsonString () |
String | toPrettyJsonString () |
String | toString () |
Static Public Member Functions | |
static PushAction | 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 | actionType |
PushMessage | message |
String | userText |
|
static |
Factory method to create VO instance.
jsonString | Extracts the VO class instance from this JSON String. |
|
staticinherited |
|
staticinherited |
|
staticinherited |
|
inherited |
|
inherited |
|
inherited |
String actionType |
PushMessage message |
String userText |