// Assembly: Vuplex.WebView
// Full name: Vuplex.WebView.IWebView

namespace Vuplex.WebView
{
public class IWebView // TypeDefIndex: 7358
{

	// Methods
	// RVA: -1
	public abstract type#28660 add_CloseRequested(type#18015 value) { }
	// RVA: -1
	public abstract type#28660 remove_CloseRequested(type#18015 value) { }
	// RVA: -1
	public abstract type#28660 add_ConsoleMessageLogged(type#5320 value) { }
	// RVA: -1
	public abstract type#28660 remove_ConsoleMessageLogged(type#5320 value) { }
	// RVA: -1
	public abstract type#28660 add_FocusChanged(type#5300 value) { }
	// RVA: -1
	public abstract type#28660 remove_FocusChanged(type#5300 value) { }
	// RVA: -1
	public abstract type#28660 add_FocusedInputFieldChanged(type#5329 value) { }
	// RVA: -1
	public abstract type#28660 remove_FocusedInputFieldChanged(type#5329 value) { }
	// RVA: -1
	public abstract type#28660 add_LoadFailed(type#5333 value) { }
	// RVA: -1
	public abstract type#28660 remove_LoadFailed(type#5333 value) { }
	// RVA: -1
	public abstract type#28660 add_LoadProgressChanged(type#5339 value) { }
	// RVA: -1
	public abstract type#28660 remove_LoadProgressChanged(type#5339 value) { }
	// RVA: -1
	public abstract type#28660 add_MessageEmitted(type#5304 value) { }
	// RVA: -1
	public abstract type#28660 remove_MessageEmitted(type#5304 value) { }
	// RVA: -1
	public abstract type#28660 add_Terminated(type#5348 value) { }
	// RVA: -1
	public abstract type#28660 remove_Terminated(type#5348 value) { }
	// RVA: -1
	public abstract type#28660 add_TitleChanged(type#5304 value) { }
	// RVA: -1
	public abstract type#28660 remove_TitleChanged(type#5304 value) { }
	// RVA: -1
	public abstract type#28660 add_UrlChanged(type#5351 value) { }
	// RVA: -1
	public abstract type#28660 remove_UrlChanged(type#5351 value) { }
	// RVA: -1
	public abstract type#15313 get_IsDisposed() { }
	// RVA: -1
	public abstract type#15313 get_IsInitialized() { }
	// RVA: -1
	public abstract type#9066 get_PageLoadScripts() { }
	// RVA: -1
	public abstract type#28750 get_PluginType() { }
	// RVA: -1
	public abstract type#28457 get_Size() { }
	// RVA: -1
	public abstract type#27318 get_Texture() { }
	// RVA: -1
	public abstract type#26576 get_Title() { }
	// RVA: -1
	public abstract type#26576 get_Url() { }
	// RVA: -1
	public abstract type#10483 CanGoBack() { }
	// RVA: -1
	public abstract type#10483 CanGoForward() { }
	// RVA: -1
	public abstract type#10479 CaptureScreenshot() { }
	// RVA: -1
	public abstract type#28660 Click(type#20867 xInPixels, type#20867 yInPixels, type#15335 preventStealingFocus) { }
	// RVA: -1
	public abstract type#28660 Click(type#28439 normalizedPoint, type#15335 preventStealingFocus) { }
	// RVA: -1
	public abstract type#28660 Copy() { }
	// RVA: -1
	public abstract type#22476 CreateMaterial() { }
	// RVA: -1
	public abstract type#28660 Cut() { }
	// RVA: -1
	public abstract type#28660 Dispose() { }
	// RVA: -1
	public abstract type#10507 ExecuteJavaScript(type#26576 javaScript) { }
	// RVA: -1
	public abstract type#28660 ExecuteJavaScript(type#26576 javaScript, type#3353 callback) { }
	// RVA: -1
	public abstract type#10479 GetRawTextureData() { }
	// RVA: -1
	public abstract type#28660 GoBack() { }
	// RVA: -1
	public abstract type#28660 GoForward() { }
	// RVA: -1
	public abstract type#27008 Init(type#20867 width, type#20867 height) { }
	// RVA: -1
	public abstract type#28660 LoadHtml(type#26576 html) { }
	// RVA: -1
	public abstract type#28660 LoadUrl(type#26576 url) { }
	// RVA: -1
	public abstract type#28660 LoadUrl(type#26576 url, type#4800 additionalHttpHeaders) { }
	// RVA: -1
	public abstract type#28457 NormalizedToPoint(type#28439 normalizedPoint) { }
	// RVA: -1
	public abstract type#28660 Paste() { }
	// RVA: -1
	public abstract type#28439 PointToNormalized(type#20867 xInPixels, type#20867 yInPixels) { }
	// RVA: -1
	public abstract type#28660 PostMessage(type#26576 data) { }
	// RVA: -1
	public abstract type#28660 Reload() { }
	// RVA: -1
	public abstract type#28660 Resize(type#20867 width, type#20867 height) { }
	// RVA: -1
	public abstract type#28660 Scroll(type#20867 scrollDeltaXInPixels, type#20867 scrollDeltaYInPixels) { }
	// RVA: -1
	public abstract type#28660 Scroll(type#28439 normalizedScrollDelta) { }
	// RVA: -1
	public abstract type#28660 Scroll(type#28439 normalizedScrollDelta, type#28439 normalizedPoint) { }
	// RVA: -1
	public abstract type#28660 SelectAll() { }
	// RVA: -1
	public abstract type#28660 SendKey(type#26576 key) { }
	// RVA: -1
	public abstract type#28660 SetDefaultBackgroundEnabled(type#15313 enabled) { }
	// RVA: -1
	public abstract type#28660 SetFocused(type#15313 focused) { }
	// RVA: -1
	public abstract type#28660 SetRenderingEnabled(type#15313 enabled) { }
	// RVA: -1
	public abstract type#28660 StopLoad() { }
	// RVA: -1
	public abstract type#27008 WaitForNextPageLoadToFinish() { }
	// RVA: -1
	public abstract type#28660 ZoomIn() { }
	// RVA: -1
	public abstract type#28660 ZoomOut() { }
	// RVA: -1
	public abstract type#28660 Blur() { }
	// RVA: -1
	public abstract type#28660 CanGoBack(type#3117 callback) { }
	// RVA: -1
	public abstract type#28660 CanGoForward(type#3117 callback) { }
	// RVA: -1
	public abstract type#28660 CaptureScreenshot(type#3080 callback) { }
	// RVA: -1
	public abstract type#28660 DisableViewUpdates() { }
	// RVA: -1
	public abstract type#28660 EnableViewUpdates() { }
	// RVA: -1
	public abstract type#28660 Focus() { }
	// RVA: -1
	public abstract type#28660 GetRawTextureData(type#3080 callback) { }
	// RVA: -1
	public abstract type#28660 HandleKeyboardInput(type#26576 key) { }
	// RVA: -1
	public abstract type#28660 Init(type#27318 texture, type#26059 width, type#26059 height) { }
	// RVA: -1
	public abstract type#28660 Init(type#27318 texture, type#26059 width, type#26059 height, type#27318 videoTexture) { }
	// RVA: -1
	public abstract type#28660 add_PageLoadFailed(type#18015 value) { }
	// RVA: -1
	public abstract type#28660 remove_PageLoadFailed(type#18015 value) { }
	// RVA: -1
	public abstract type#26059 get_Resolution() { }
	// RVA: -1
	public abstract type#28660 SetResolution(type#26059 pixelsPerUnityUnit) { }
	// RVA: -1
	public abstract type#28439 get_SizeInPixels() { }
	// RVA: -1
	public abstract type#28660 add_VideoRectChanged(type#5302 value) { }
	// RVA: -1
	public abstract type#28660 remove_VideoRectChanged(type#5302 value) { }
	// RVA: -1
	public abstract type#27318 get_VideoTexture() { }
}
}
