![]() |
Gamebase SDK for Android 2.49.0
NHN Cloud Gamebase Platform
|
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) |
|
staticinherited |
|
staticinherited |
|
staticinherited |
int getBackButtonImageResource | ( | ) |
int getBackgroundColor | ( | ) |
int getCloseButtonImageResource | ( | ) |
int getNavigationBarColor | ( | ) |
int getNavigationBarHeight | ( | ) |
int getPopupCalcRule | ( | ) |
int getPopupHeightDp | ( | ) |
float getPopupHeightRatio | ( | ) |
int getPopupWidthDp | ( | ) |
float getPopupWidthRatio | ( | ) |
int getScreenOrientation | ( | ) |
int getStyle | ( | ) |
String getTitleText | ( | ) |
boolean isAutoCloseByCustomScheme | ( | ) |
boolean isBackButtonVisible | ( | ) |
boolean isFixedFontSize | ( | ) |
boolean isNavigationBarVisible | ( | ) |
boolean isRenderOutsideSafeArea | ( | ) |
|
static |
|
static |
|
inherited |
|
inherited |
|
inherited |