MLWebViewTabBarBehavior
NameSpace: Core
Inherits from:
MonoBehaviour
Public Fields
currentTab
public MLWebViewTabBehavior currentTab { get; set; }
Public Methods
void CreatePopupTab
public void CreatePopupTab(
MLWebView popupWebView,
ulong popupID,
string url
)
Parameters
Type | Name | Description |
---|---|---|
MLWebView | popupWebView | API for MLWebView that allows an application to instantiate a hardware accelerated WebView and interact with it(via "mouse" and "keyboard" events). |
ulong | popupID | |
string | url |
void CreateTab
public void CreateTab()
void DestroyCurrentTab
public void DestroyCurrentTab()
MLWebViewTabBehavior [] GetAllTabs
public MLWebViewTabBehavior [] GetAllTabs()
MLWebViewTabBehavior GetTab
public MLWebViewTabBehavior GetTab(
MLWebView webView
)
Parameters
Type | Name | Description |
---|---|---|
MLWebView | webView | API for MLWebView that allows an application to instantiate a hardware accelerated WebView and interact with it(via "mouse" and "keyboard" events). |
void SelectTab
public void SelectTab(
MLWebViewTabBehavior tab
)
Parameters
Type | Name | Description |
---|---|---|
MLWebViewTabBehavior | tab |
Public Attributes
OnTabCreated
public Action< MLWebViewTabBehavior, string > OnTabCreated;
OnTabDestroyed
public Action< MLWebViewTabBehavior > OnTabDestroyed;