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
urlThe url of the resource to load.


Example Usage :

public void OpenWebBrowserSample(string url)
{
}
static void OpenWebBrowser(string url)
This method to create the external web browser and display it on screen.
Definition Gamebase.cs:2838
The WebView class represents the entry point for launching WebView.
Definition Gamebase.cs:2823
The Gamebase class is core of Gamebase service.
Definition Gamebase.cs:11