Gamebase SDK for Android
2.39.0
NHN Cloud Gamebase Platform
|
Result data class of com.toast.android.gamebase.Gamebase.Terms#showTermsView(Activity, GamebaseDataCallback). More...
Public Member Functions | |
String | toJsonString () |
String | toPrettyJsonString () |
String | toString () |
Static Public Member Functions | |
static GamebaseShowTermsViewResult | from (@Nullable GamebaseDataContainer container) |
Factory method to create VO instance. More... | |
static GamebaseShowTermsViewResult | from (@Nullable 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 | |
boolean | isTermsUIOpened |
This field indicates whether the user has agreed to the Terms and Conditions agreement popup displayed. More... | |
PushConfiguration | pushConfiguration |
This field allows you to check the PushConfiguraion settings as a result of agreeing to the terms view. More... | |
Result data class of com.toast.android.gamebase.Gamebase.Terms#showTermsView(Activity, GamebaseDataCallback).
|
static |
Factory method to create VO instance.
container | Extracts the VO class instance from this container object. |
|
static |
Factory method to create VO instance.
jsonString | Extracts the VO class instance from this JSON String. |
|
staticinherited |
|
staticinherited |
|
staticinherited |
|
inherited |
|
inherited |
|
inherited |
boolean isTermsUIOpened |
This field indicates whether the user has agreed to the Terms and Conditions agreement popup displayed.
PushConfiguration pushConfiguration |
This field allows you to check the PushConfiguraion settings as a result of agreeing to the terms view.
If this field is not null, call com.toast.android.gamebase.Gamebase.Push#registerPush(Activity, PushConfiguration, GamebaseCallback).