Gamebase SDK for Unity  1.1.5
Toast Gamebase Platform

◆ ShowWebBrowser()

static void ShowWebBrowser ( string  url)
static

Show Web Browser that has navigationbar and fullscreen.

Parameters
urlThe string value for target url

This sample shows how to call the Gamebase.Webview.ShowWebBrowser method.

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