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

namespace Vuplex.WebView
{
public class StandaloneWebView // TypeDefIndex: 7454
{
	// Fields
	type#5317 BrowserProcessFailed;
	type#5323 DownloadProgressChanged;
	type#5310 ImeInputFieldPositionChanged;
	type#5338 PopupRequested;
	type#26060 <PixelDensity>k__BackingField;
	type#28751 <PluginType>k__BackingField;
	type#15319 _acceleratedPaintEnabled;
	type#5312 _authRequestedHandler;
	type#5347 _clientCertificateRequestedHandler;
	type#5305 _cursorTypeChanged;
	type#5327 _fileSelectionHandler;
	type#26577 _gameObjectName;
	type#4696 _pendingCreatePdfTaskSources;
	type#4660 _pendingGetCookiesResultCallbacks;
	type#4661 _pendingModifyCookiesResultCallbacks;
	type#26598 WEBVIEW_DATA_SUBDIRECTORY_NAME;
	type#10413 _terminationTaskSource;
	type#28681 _waitForEndOfFrame;
	type#4729 _webViewGameObjects;

	// Methods
	// RVA: -1
	public virtual type#28660 add_AuthRequested(type#5311 value) { }
	// RVA: -1
	public virtual type#28660 remove_AuthRequested(type#5311 value) { }
	// RVA: -1
	public static type#28660 add_BrowserProcessFailed(type#5316 value) { }
	// RVA: -1
	public static type#28660 remove_BrowserProcessFailed(type#5316 value) { }
	// RVA: -1
	public type#28660 add_ClientCertificateRequested(type#5346 value) { }
	// RVA: -1
	public type#28660 remove_ClientCertificateRequested(type#5346 value) { }
	// RVA: -1
	public virtual type#28660 add_CursorTypeChanged(type#5304 value) { }
	// RVA: -1
	public virtual type#28660 remove_CursorTypeChanged(type#5304 value) { }
	// RVA: -1
	public virtual type#28660 add_DownloadProgressChanged(type#5322 value) { }
	// RVA: -1
	public virtual type#28660 remove_DownloadProgressChanged(type#5322 value) { }
	// RVA: -1
	public virtual type#28660 add_FileSelectionRequested(type#5326 value) { }
	// RVA: -1
	public virtual type#28660 remove_FileSelectionRequested(type#5326 value) { }
	// RVA: -1
	public virtual type#28660 add_ImeInputFieldPositionChanged(type#5309 value) { }
	// RVA: -1
	public virtual type#28660 remove_ImeInputFieldPositionChanged(type#5309 value) { }
	// RVA: -1
	public virtual type#28660 add_PopupRequested(type#5337 value) { }
	// RVA: -1
	public virtual type#28660 remove_PopupRequested(type#5337 value) { }
	// RVA: -1
	public static type#26576 get_CachePath() { }
	// RVA: -1
	public static type#28660 set_CachePath(type#26576 value) { }
	// RVA: -1
	public virtual type#26059 get_PixelDensity() { }
	// RVA: -1
	private type#28660 set_PixelDensity(type#26059 value) { }
	// RVA: -1
	public virtual type#28750 get_PluginType() { }
	// RVA: -1
	public virtual type#28660 CancelImeComposition() { }
	// RVA: -1
	public virtual type#10483 CanGoBack() { }
	// RVA: -1
	public virtual type#10483 CanGoForward() { }
	// RVA: -1
	public virtual type#10479 CaptureScreenshot() { }
	// RVA: -1
	public static type#28660 ClearAllData() { }
	// RVA: -1
	public virtual type#28660 Copy() { }
	// RVA: -1
	public virtual type#10507 CreatePdf() { }
	// RVA: -1
	public type#10507 CreatePdf(type#26398 pdfOptions) { }
	// RVA: -1
	public virtual type#28660 Cut() { }
	// RVA: -1
	public static type#10483 DeleteAllCookies() { }
	// RVA: -1
	public static type#10483 DeleteCookies(type#26576 url, type#26596 cookieName) { }
	// RVA: -1
	public virtual type#28660 Dispose() { }
	// RVA: -1
	public static type#28660 EnableRemoteDebugging(type#20867 portNumber) { }
	// RVA: -1
	public virtual type#28660 ExecuteJavaScript(type#26576 javaScript, type#3353 callback) { }
	// RVA: -1
	public virtual type#28660 FinishImeComposition(type#26576 text) { }
	// RVA: -1
	public static type#10480 GetCookies(type#26576 url, type#26596 cookieName) { }
	// RVA: -1
	public virtual type#10479 GetRawTextureData() { }
	// RVA: -1
	public static type#28660 GloballySetUserAgent(type#26576 userAgent) { }
	// RVA: -1
	public static type#28660 GloballySetUserAgent(type#15313 mobile) { }
	// RVA: -1
	public virtual type#28660 GoBack() { }
	// RVA: -1
	public virtual type#28660 GoForward() { }
	// RVA: -1
	public virtual type#27008 Init(type#20867 width, type#20867 height) { }
	// RVA: -1
	public static type#26403 Instantiate() { }
	// RVA: -1
	public virtual type#28660 KeyDown(type#26576 key, type#21569 modifiers) { }
	// RVA: -1
	public virtual type#28660 KeyUp(type#26576 key, type#21569 modifiers) { }
	// RVA: -1
	public virtual type#28660 LoadHtml(type#26576 html) { }
	// RVA: -1
	public virtual type#28660 LoadUrl(type#26576 url) { }
	// RVA: -1
	public virtual type#28660 LoadUrl(type#26576 url, type#4800 additionalHttpHeaders) { }
	// RVA: -1
	public virtual type#28660 MovePointer(type#28439 normalizedPoint, type#15335 pointerLeave) { }
	// RVA: -1
	public virtual type#28660 Paste() { }
	// RVA: -1
	public virtual type#28660 PointerDown(type#28439 point) { }
	// RVA: -1
	public virtual type#28660 PointerDown(type#28439 point, type#24523 options) { }
	// RVA: -1
	public virtual type#28660 PointerUp(type#28439 point) { }
	// RVA: -1
	public virtual type#28660 PointerUp(type#28439 point, type#24523 options) { }
	// RVA: -1
	public type#28660 ReloadIgnoreCache() { }
	// RVA: -1
	public type#28660 SendDevToolsMessage(type#26576 messageJson) { }
	// RVA: -1
	public virtual type#28660 SendTouchEvent(type#27553 touchEvent) { }
	// RVA: -1
	public static type#28660 SetAcceleratedPaintEnabled(type#15313 enabled) { }
	// RVA: -1
	public virtual type#28660 SetAudioMuted(type#15313 muted) { }
	// RVA: -1
	public static type#28660 SetAutoplayEnabled(type#15313 enabled) { }
	// RVA: -1
	public static type#28660 SetCameraAndMicrophoneEnabled(type#15313 enabled) { }
	// RVA: -1
	public static type#28660 SetChromiumLogLevel(type#15929 level) { }
	// RVA: -1
	public static type#28660 SetChromiumLogPath(type#26576 absoluteFilePath) { }
	// RVA: -1
	public static type#28660 SetCommandLineArguments(type#26576 args) { }
	// RVA: -1
	public static type#10483 SetCookie(type#16507 cookie) { }
	// RVA: -1
	public virtual type#28660 SetDeepLinkingEnabled(type#15313 enabled) { }
	// RVA: -1
	public virtual type#28660 SetDownloadsEnabled(type#15313 enabled) { }
	// RVA: -1
	public static type#28660 SetIgnoreCertificateErrors(type#15313 ignore) { }
	// RVA: -1
	public virtual type#28660 SetImeComposition(type#26576 text) { }
	// RVA: -1
	public type#28660 SetNativeFileDialogEnabled(type#15313 enabled) { }
	// RVA: -1
	public virtual type#28660 SetNativeJavaScriptDialogsEnabled(type#15313 enabled) { }
	// RVA: -1
	public virtual type#28660 SetPixelDensity(type#26059 pixelDensity) { }
	// RVA: -1
	public virtual type#28660 SetPopupMode(type#24573 popupMode) { }
	// RVA: -1
	public static type#28660 SetScreenSharingEnabled(type#15313 enabled) { }
	// RVA: -1
	public static type#28660 SetStorageEnabled(type#15313 enabled) { }
	// RVA: -1
	public static type#28660 SetTargetFrameRate(type#27917 targetFrameRate) { }
	// RVA: -1
	public virtual type#28660 SetUserAgent(type#26576 userAgent) { }
	// RVA: -1
	public virtual type#28660 SetUserAgent(type#15313 mobile) { }
	// RVA: -1
	public type#28660 SetZoomLevel(type#26059 zoomLevel) { }
	// RVA: -1
	public static type#27008 TerminateBrowserProcess() { }
	// RVA: -1
	public virtual type#28660 ZoomIn() { }
	// RVA: -1
	public virtual type#28660 ZoomOut() { }
	// RVA: -1
	private type#28660 add__cursorTypeChanged(type#5304 value) { }
	// RVA: -1
	private type#28660 remove__cursorTypeChanged(type#5304 value) { }
	// RVA: -1
	private static type#15313 get__isWindows() { }
	// RVA: -1
	private static type#10483 _deleteCookies(type#26596 url, type#26596 cookieName) { }
	// RVA: -1
	protected virtual type#13089 _getSupportedGraphicsApis() { }
	// RVA: -1
	protected virtual type#27340 _getTextureFormat() { }
	// RVA: -1
	private type#28660 HandleAuthRequested(type#26576 host) { }
	// RVA: -1
	private static type#28660 _handleBrowserProcessFailed(type#26576 errorMessage) { }
	// RVA: -1
	private type#28660 HandleClientCertificateRequested(type#26576 serializedMessage) { }
	// RVA: -1
	private type#28660 HandleCursorTypeChanged(type#26576 type) { }
	// RVA: -1
	private type#28660 HandleDownloadProgressChanged(type#26576 serializedMessage) { }
	// RVA: -1
	private type#28660 HandleFileSelectionRequested(type#26576 serializedMessage) { }
	// RVA: -1
	private static type#28660 _handleGetCookiesResult(type#26576 resultCallbackId, type#26576 serializedCookies) { }
	// RVA: -1
	private type#28660 HandleImeInputFieldPositionChanged(type#26576 message) { }
	// RVA: -1
	private type#28660 HandlePdfCreated(type#26576 message) { }
	// RVA: -1
	private type#28660 HandlePopup(type#26576 message) { }
	// RVA: -1
	private static type#28660 _handleModifyCookiesResult(type#26576 resultCallbackId, type#15313 success) { }
	// RVA: -1
	private static type#28660 _handleTerminationFinished() { }
	// RVA: -1
	private type#27008 _initStandalone(type#20867 width, type#20867 height, type#26576 popupId) { }
	// RVA: -1
	private static type#28660 _initializePlugin() { }
	// RVA: -1
	private static type#28660 _logInfo(type#26576 message) { }
	// RVA: -1
	private static type#28660 _logWarning(type#26576 message) { }
	// RVA: -1
	private static type#28660 _logError(type#26576 message) { }
	// RVA: -1
	private type#28660 OnEnable() { }
	// RVA: -1
	private type#20073 _renderPluginOncePerFrame() { }
	// RVA: -1
	protected virtual type#28660 _resize() { }
	// RVA: -1
	private static type#28660 _throwAlreadyInitializedException(type#26576 memberName, type#15335 isProperty) { }
	// RVA: -1
	private type#28660 _pointerDown(type#28439 normalizedPoint, type#22960 mouseButton, type#20867 clickCount, type#15313 preventStealingFocus) { }
	// RVA: -1
	private type#28660 _pointerUp(type#28439 normalizedPoint, type#22960 mouseButton, type#20867 clickCount) { }
	// RVA: -1
	private static type#28660 _unitySendMessage(type#26576 gameObjectName, type#26576 methodName, type#26576 message) { }
	// RVA: -1
	private static type#15313 WebView_browserProcessIsRunning() { }
	// RVA: -1
	private static type#28660 WebView_cancelAuth(type#20925 webViewPtr) { }
	// RVA: -1
	private static type#28660 WebView_cancelFileSelection(type#20925 webViewPtr) { }
	// RVA: -1
	private static type#28660 WebView_cancelImeComposition(type#20925 webViewPtr) { }
	// RVA: -1
	private static type#28660 WebView_continueAuth(type#20925 webViewPtr, type#26576 username, type#26576 password) { }
	// RVA: -1
	private static type#28660 WebView_continueFileSelection(type#20925 webViewPtr, type#26576 serializedFilePaths) { }
	// RVA: -1
	private static type#28660 WebView_copy(type#20925 webViewPtr) { }
	// RVA: -1
	private static type#28660 WebView_createPdf(type#20925 webViewPtr, type#26576 resultCallbackId, type#26576 filePath, type#26576 options) { }
	// RVA: -1
	private static type#28660 WebView_cut(type#20925 webViewPtr) { }
	// RVA: -1
	private static type#28660 WebView_deleteCookies(type#26576 url, type#26576 cookieName, type#26576 resultCallbackId) { }
	// RVA: -1
	private static type#20867 WebView_depositPointer(type#20925 pointer) { }
	// RVA: -1
	private static type#15313 WebView_enableRemoteDebugging(type#20867 portNumber) { }
	// RVA: -1
	private static type#28660 WebView_finishImeComposition(type#20925 webViewPtr, type#26576 text) { }
	// RVA: -1
	private static type#28660 WebView_getCachePath(type#12860 buffer, type#20867 bufferSize) { }
	// RVA: -1
	private static type#28660 WebView_getCookies(type#26576 url, type#26576 cookieName, type#26576 resultCallbackId) { }
	// RVA: -1
	private static type#20925 WebView_getRenderFunction() { }
	// RVA: -1
	private static type#28660 WebView_globallySetUserAgent(type#26576 userAgent) { }
	// RVA: -1
	private static type#28660 WebView_globallySetUserAgentToMobile(type#15313 mobile) { }
	// RVA: -1
	private static type#28660 WebView_initializePlugin(type#26576 defaultCachePath, type#20925 terminationFinishedCallback, type#20925 browserProcessFailedCallback, type#20925 logInfoFunction, type#20925 logWarningFunction, type#20925 logErrorFunction, type#20925 unitySendMessageFunction, type#20925 getCookiesCallback, type#20925 modifyCookiesCallback) { }
	// RVA: -1
	private static type#28660 WebView_keyDown(type#20925 webViewPtr, type#26576 key, type#20867 modifiers) { }
	// RVA: -1
	private static type#28660 WebView_keyUp(type#20925 webViewPtr, type#26576 key, type#20867 modifiers) { }
	// RVA: -1
	private static type#28660 WebView_movePointer(type#20925 webViewPtr, type#20867 x, type#20867 y, type#15313 pointerLeave) { }
	// RVA: -1
	private static type#20925 WebView_new(type#26576 gameObjectName, type#20867 width, type#20867 height, type#26059 pixelDensity, type#26576 popupBrowserId) { }
	// RVA: -1
	private static type#28660 WebView_paste(type#20925 webViewPtr) { }
	// RVA: -1
	private static type#28660 WebView_pointerDown(type#20925 webViewPtr, type#20867 x, type#20867 y, type#20867 mouseButton, type#20867 clickCount, type#15313 preventStealingFocus) { }
	// RVA: -1
	private static type#28660 WebView_pointerUp(type#20925 webViewPtr, type#20867 x, type#20867 y, type#20867 mouseButton, type#20867 clickCount) { }
	// RVA: -1
	private static type#28660 WebView_reloadIgnoreCache(type#20925 webViewPtr) { }
	// RVA: -1
	private static type#28660 WebView_removePointer(type#20925 pointer) { }
	// RVA: -1
	private static type#28660 WebView_resizeWithPixelDensity(type#20925 webViewPtr, type#20867 width, type#20867 height, type#26059 pixelDensity) { }
	// RVA: -1
	private static type#28660 WebView_selectAll(type#20925 webViewPtr) { }
	// RVA: -1
	private static type#28660 WebView_selectClientCertificate(type#20925 webViewPtr, type#20867 requestID, type#20867 certificateID) { }
	// RVA: -1
	private static type#28660 WebView_sendDevToolsMessage(type#20925 webViewPtr, type#26576 messageJson) { }
	// RVA: -1
	private static type#28660 WebView_sendTouchEvent(type#20925 webViewPtr, type#20867 touchID, type#20867 type, type#26059 pointX, type#26059 pointY, type#26059 radiusX, type#26059 radiusY, type#26059 rotationAngle, type#26059 pressure) { }
	// RVA: -1
	private static type#15313 WebView_setAcceleratedPaintEnabled(type#15313 enabled) { }
	// RVA: -1
	private static type#28660 WebView_setAudioMuted(type#20925 webViewPtr, type#15313 muted) { }
	// RVA: -1
	private static type#28660 WebView_setAuthEnabled(type#20925 webViewPtr, type#15313 enabled) { }
	// RVA: -1
	private static type#15313 WebView_setAutoplayEnabled(type#15313 enabled) { }
	// RVA: -1
	private static type#15313 WebView_setCachePath(type#26576 cachePath) { }
	// RVA: -1
	private static type#15313 WebView_setCameraAndMicrophoneEnabled(type#15313 enabled) { }
	// RVA: -1
	private static type#15313 WebView_setChromiumLogLevel(type#20867 level) { }
	// RVA: -1
	private static type#15313 WebView_setChromiumLogPath(type#26576 logPath) { }
	// RVA: -1
	private static type#28660 WebView_setClientCertificateSelectionEnabled(type#20925 webViewPtr, type#15313 enabled) { }
	// RVA: -1
	private static type#15313 WebView_setCommandLineArguments(type#26576 args) { }
	// RVA: -1
	private static type#28660 WebView_setCookie(type#26576 serializedCookie, type#26576 resultCallbackId) { }
	// RVA: -1
	private static type#28660 WebView_setCursorTypeEventsEnabled(type#20925 webViewPtr, type#15313 enabled) { }
	// RVA: -1
	private static type#28660 WebView_setDeepLinkingEnabled(type#20925 webViewPtr, type#15313 enabled) { }
	// RVA: -1
	private static type#28660 WebView_setDownloadsEnabled(type#20925 webViewPtr, type#26576 downloadsDirectoryPath) { }
	// RVA: -1
	private static type#28660 WebView_setFileSelectionEnabled(type#20925 webViewPtr, type#15313 enabled) { }
	// RVA: -1
	private static type#15313 WebView_setIgnoreCertificateErrors(type#15313 ignore) { }
	// RVA: -1
	private static type#28660 WebView_setImeComposition(type#20925 webViewPtr, type#26576 text) { }
	// RVA: -1
	private static type#28660 WebView_setNativeFileDialogEnabled(type#20925 webViewPtr, type#15313 enabled) { }
	// RVA: -1
	private static type#28660 WebView_setNativeJavaScriptDialogsEnabled(type#20925 webViewPtr, type#15313 enabled) { }
	// RVA: -1
	private static type#28660 WebView_setPopupMode(type#20925 webViewPtr, type#20867 popupMode) { }
	// RVA: -1
	private static type#15313 WebView_setScreenSharingEnabled(type#15313 enabled) { }
	// RVA: -1
	private static type#15313 WebView_setStorageEnabled(type#15313 enabled) { }
	// RVA: -1
	private static type#15313 WebView_setTargetFrameRate(type#27917 targetFrameRate) { }
	// RVA: -1
	private static type#28660 WebView_setUserAgent(type#20925 webViewPtr, type#26576 userAgent) { }
	// RVA: -1
	private static type#28660 WebView_setUserAgentToMobile(type#20925 webViewPtr, type#15313 mobile) { }
	// RVA: -1
	private static type#28660 WebView_setZoomLevel(type#20925 webViewPtr, type#26059 zoomLevel) { }
	// RVA: -1
	private static type#15313 WebView_terminateBrowserProcess() { }
	// RVA: -1
	public type#28660 DispatchTouchEvent(type#27553 touchEvent) { }
	// RVA: -1
	public static type#28660 GetCookie(type#26576 url, type#26576 cookieName, type#3140 callback) { }
	// RVA: -1
	public static type#10489 GetCookie(type#26576 url, type#26576 cookieName) { }
	// RVA: -1
	public static type#28660 GetCookies(type#26576 url, type#3083 callback) { }
	// RVA: -1
	public static type#28660 SetAudioAndVideoCaptureEnabled(type#15313 enabled) { }
	// RVA: -1
	public static type#28660 SetCachePath(type#26576 absoluteFilePath) { }
	// RVA: -1
	public static type#28660 SetCookie(type#16507 cookie, type#3117 callback) { }
	// RVA: -1
	public type#28660 SetNativeScriptDialogEnabled(type#15313 enabled) { }
	// RVA: -1
	public static type#28660 TerminatePlugin() { }
	// RVA: -1
	public type#28660 .ctor() { }
	// RVA: -1
	private static type#28660 .cctor() { }
	// RVA: -1
	private type#28660 <HandleAuthRequested>b__116_0(type#26576 username, type#26576 password) { }
	// RVA: -1
	private type#28660 <HandleAuthRequested>b__116_1() { }
	// RVA: -1
	private type#28660 <HandleClientCertificateRequested>b__118_0(type#20867 requestID, type#20867 certificateID) { }
	// RVA: -1
	private type#28660 <HandleFileSelectionRequested>b__121_0(type#13453 filePaths) { }
	// RVA: -1
	private type#28660 <HandleFileSelectionRequested>b__121_1() { }
}
}
