Gamebase SDK for Unity  1.1.5
Toast Gamebase Platform

◆ ShowWebPopup()

static void ShowWebPopup ( string  url)
static

Show Web PopUp that has navigationbar and fullscreen.

Parameters
urlThe string value for target url

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

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