Gamebase SDK for Unity  1.10.0
Toast Gamebase Platform

◆ ShowWebBrowser()

static void ShowWebBrowser ( string  url)
static

This method to create the webview and display it on screen.

Since
Added 1.4.0.
Deprecated:
As of release 1.5.0.
Parameters
urlThe url of the resource to load.


Example Usage :

public void ShowWebBrowser(string url)
{
Gamebase.Webview.ShowWebBrowser(url);
}