Class WebBrowserPopupInfo

Inheritance
WebBrowserPopupInfo
Namespace: VoltstroStudios.UnityWebBrowser.Core.Popups
Assembly: .dll
Syntax
public class WebBrowserPopupInfo : EnginePopupInfo

Properties

| Edit this page View Source

IsValid

Is this WebBrowserPopupInfo still valid?

Declaration
public bool IsValid { get; }
Property Value
TypeDescription
bool

Methods

| Edit this page View Source

Dispose()

Declaration
public override void Dispose()
| Edit this page View Source

ExecuteJs(string)

Declaration
public override void ExecuteJs(string js)
Parameters
TypeNameDescription
stringjs

Events

| Edit this page View Source

OnDestroyed

Called when this WebBrowserPopupInfo is destroyed in anyway

Declaration
public event Action OnDestroyed
Event Type
TypeDescription
Action