Gamebase SDK for Android
1.4.0
Toast Gamebase Platform
|
Public Member Functions | |
GamebaseWebViewConfiguration | build () |
This method creates an instance of GamebaseWebViewConfiguration. More... | |
Builder | setStyle (int style) |
This method sets the style of the WebView. More... | |
Builder | setScreenOrientation (int orientation) |
This method sets the screen orientation of the webview. More... | |
Builder | setBackgroundColor (int backgroundColor) |
This method sets the background color of the webview. More... | |
Builder | setNavigationBarColor (int navigationBarColor) |
This method sets the color of the webview's navigation bar. More... | |
Builder | setBackButtonVisible (boolean visible) |
This method sets the visibility of the back button of the WebView. More... | |
Builder | setNavigationBarHeight (int height) |
This method sets the height of the navigation bar. More... | |
Builder | setTitleText (String titleText) |
This method sets the title of the webview. More... | |
Builder | setBackButtonImageResource (@DrawableRes int resourceId) |
This method sets the image of the back button. More... | |
Builder | setBackButtonImageResource (@NonNull final Context context, @NonNull final String name) |
This method sets the image of the back button. More... | |
Builder | setCloseButtonImageResource (@DrawableRes int resourceId) |
This method sets the image of the close button. More... | |
Builder | setCloseButtonImageResource (@NonNull final Context context, @NonNull final String name) |
This method sets the image of the close button. More... | |