Gamebase SDK for Android 2.49.0
NHN Cloud Gamebase Platform
Loading...
Searching...
No Matches
GamebaseWebViewConfiguration Class Reference
Inheritance diagram for GamebaseWebViewConfiguration:
Inheritance graph
Collaboration diagram for GamebaseWebViewConfiguration:
Collaboration graph

Classes

class  Builder
 

Public Member Functions

int getStyle ()
 
int getScreenOrientation ()
 
int getBackgroundColor ()
 
int getNavigationBarColor ()
 
boolean isBackButtonVisible ()
 
boolean isNavigationBarVisible ()
 
int getNavigationBarHeight ()
 
String getTitleText ()
 
boolean isFixedFontSize ()
 
int getBackButtonImageResource ()
 
int getCloseButtonImageResource ()
 
int getPopupCalcRule ()
 
float getPopupWidthRatio ()
 
float getPopupHeightRatio ()
 
int getPopupWidthDp ()
 
int getPopupHeightDp ()
 
boolean isAutoCloseByCustomScheme ()
 
boolean isRenderOutsideSafeArea ()
 
String toJsonString ()
 
String toPrettyJsonString ()
 
String toString ()
 

Static Public Member Functions

static Builder newBuilder ()
 
static Builder newBuilder (@NonNull final GamebaseWebViewConfiguration configuration)
 
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)
 

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

◆ getBackButtonImageResource()

int getBackButtonImageResource ( )

◆ getBackgroundColor()

int getBackgroundColor ( )

◆ getCloseButtonImageResource()

int getCloseButtonImageResource ( )

◆ getNavigationBarColor()

int getNavigationBarColor ( )

◆ getNavigationBarHeight()

int getNavigationBarHeight ( )

◆ getPopupCalcRule()

int getPopupCalcRule ( )

◆ getPopupHeightDp()

int getPopupHeightDp ( )

◆ getPopupHeightRatio()

float getPopupHeightRatio ( )

◆ getPopupWidthDp()

int getPopupWidthDp ( )

◆ getPopupWidthRatio()

float getPopupWidthRatio ( )

◆ getScreenOrientation()

int getScreenOrientation ( )

◆ getStyle()

int getStyle ( )

◆ getTitleText()

String getTitleText ( )

◆ isAutoCloseByCustomScheme()

boolean isAutoCloseByCustomScheme ( )

◆ isBackButtonVisible()

boolean isBackButtonVisible ( )

◆ isFixedFontSize()

boolean isFixedFontSize ( )

◆ isNavigationBarVisible()

boolean isNavigationBarVisible ( )

◆ isRenderOutsideSafeArea()

boolean isRenderOutsideSafeArea ( )

◆ newBuilder() [1/2]

static Builder newBuilder ( )
static
Here is the caller graph for this function:

◆ newBuilder() [2/2]

static Builder newBuilder ( @NonNull final GamebaseWebViewConfiguration  configuration)
static
Here is the call graph for this function:

◆ 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: