Gamebase SDK for Unity
2.3.0
Toast Gamebase Platform
|
The WebView class represents the entry point for launching WebView. More...
Static Public Member Functions | |
static void | OpenWebBrowser (string url) |
This method to create the external web browser and display it on screen. More... | |
static void | ShowWebView (string url, GamebaseRequest.Webview.GamebaseWebViewConfiguration configuration=null, GamebaseCallback.ErrorDelegate closeCallback=null, List< string > schemeList=null, GamebaseCallback.GamebaseDelegate< string > schemeEvent=null) |
This method to create the webview and display it on screen. More... | |
static void | CloseWebView () |
This method to close the webview in display on a screen. More... | |
The WebView class represents the entry point for launching WebView.