Gamebase SDK for Unity  1.5.0
Toast Gamebase Platform

◆ CloseWebview()

static void CloseWebview ( )
static

This method to close the webview in display on a screen.

Since
Added 1.5.0.

Example Usage :

public void CloseWebview()
{
Gamebase.Webview.CloseWebview();
}