![]() |
Gamebase SDK for Android 2.49.0
NHN Cloud Gamebase Platform
|
Parameter class for the initialization of com.toast.android.gamebase.Gamebase.Terms#showTermsView(Activity, GamebaseTermsConfiguration, GamebaseDataCallback)
.
More...
Classes | |
class | Builder |
This is the builder class for creating com.toast.android.gamebase.terms.GamebaseTermsConfiguration objects. More... | |
Public Member Functions | |
boolean | isForceShow () |
boolean | isFixedFontSize () |
String | toJsonString () |
String | toPrettyJsonString () |
String | toString () |
Static Public Member Functions | |
static Builder | newBuilder () |
The factory method to create an instance of the builder to build com.toast.android.gamebase.terms.GamebaseTermsConfiguration . 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) |
Parameter class for the initialization of com.toast.android.gamebase.Gamebase.Terms#showTermsView(Activity, GamebaseTermsConfiguration, GamebaseDataCallback)
.
|
staticinherited |
|
staticinherited |
|
staticinherited |
boolean isFixedFontSize | ( | ) |
boolean isForceShow | ( | ) |
|
static |
The factory method to create an instance of the builder to build com.toast.android.gamebase.terms.GamebaseTermsConfiguration
.
|
inherited |
|
inherited |
|
inherited |