Gamebase SDK for Android  2.40.0
NHN Cloud Gamebase Platform
GamebaseTermsConfiguration Class Reference

Parameter class for the initialization of com.toast.android.gamebase.Gamebase.Terms#showTermsView(Activity, GamebaseTermsConfiguration, GamebaseDataCallback). More...

Inheritance diagram for GamebaseTermsConfiguration:
Inheritance graph
Collaboration diagram for GamebaseTermsConfiguration:
Collaboration graph

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)
 

Detailed Description

Member Function Documentation

◆ fromJson() [1/3]

static <T> T fromJson ( @NonNull JSONObject  jsonObject,
Class< T >  classOfT 
)
staticinherited
Here is the call graph for this function:

◆ fromJson() [2/3]

static <T> T fromJson ( @NonNull String  json,
Class< T >  classOfT 
)
staticinherited
Here is the caller graph for this function:

◆ fromJson() [3/3]

static <T> T fromJson ( @NonNull String  json,
Type  type 
)
staticinherited

◆ isFixedFontSize()

boolean isFixedFontSize ( )

◆ isForceShow()

boolean isForceShow ( )

◆ newBuilder()

static Builder newBuilder ( )
static

The factory method to create an instance of the builder to build com.toast.android.gamebase.terms.GamebaseTermsConfiguration.

Since
Added 2.33.0.
Returns
an instance of the builder to build GamebaseTermsConfiguration.

◆ toJsonString()

String toJsonString ( )
inherited
Here is the caller graph for this function:

◆ toPrettyJsonString()

String toPrettyJsonString ( )
inherited

◆ toString()

String toString ( )
inherited

Reimplemented in TransferAccountRenewConfiguration.

Here is the call graph for this function: