Gamebase SDK for Unity
2.69.0
Toast Gamebase Platform
Loading...
Searching...
No Matches
◆
OpenWebBrowser()
static void OpenWebBrowser
(
string
url
)
static
This method to create the external web browser and display it on screen.
Since
Added 1.5.0.
Parameters
url
The url of the resource to load.
Example Usage :
public
void
OpenWebBrowserSample(
string
url)
{
Gamebase
.
Webview
.
OpenWebBrowser
(url);
}
Toast.Gamebase.Gamebase.Webview.OpenWebBrowser
static void OpenWebBrowser(string url)
This method to create the external web browser and display it on screen.
Definition
Gamebase.cs:2838
Toast.Gamebase.Gamebase.Webview
The WebView class represents the entry point for launching WebView.
Definition
Gamebase.cs:2823
Toast.Gamebase.Gamebase
The Gamebase class is core of Gamebase service.
Definition
Gamebase.cs:11
Toast
Gamebase
Gamebase
Webview
Generated by
1.10.0