Android.Webkit.CallbackProxy Members

The members of Android.Webkit.CallbackProxy are listed below.

See Also: Inherited members from Android.OS.Handler

Public Constructors

Documentation for this section has not yet been entered.

Protected Constructors

Documentation for this section has not yet been entered.

Public Properties

[read-only]
BackForwardListWebBackForwardList. Documentation for this section has not yet been entered.
[read-only]
Progressint. Documentation for this section has not yet been entered.
WebChromeClientWebChromeClient. Documentation for this section has not yet been entered.

Protected Properties

[read-only]
override
ThresholdClassIntPtr. Documentation for this section has not yet been entered.
[read-only]
override
ThresholdTypeType. Documentation for this section has not yet been entered.

Public Methods

AddMessageToConsole(string, int, string)
Documentation for this section has not yet been entered.
CreateWindow(bool, bool) : WebView
Documentation for this section has not yet been entered.
DoUpdateVisitedHistory(string, bool)
Documentation for this section has not yet been entered.
GetVisitedHistory(IValueCallback)
Documentation for this section has not yet been entered.
OnCloseWindow(WebView)
Documentation for this section has not yet been entered.
OnDownloadStart(string, string, string, string, long) : bool
Documentation for this section has not yet been entered.
OnExceededDatabaseQuota(string, string, long, long, long, WebStorage.IQuotaUpdater)
Documentation for this section has not yet been entered.
OnFormResubmission(Android.OS.Message, Android.OS.Message)
Documentation for this section has not yet been entered.
OnGeolocationPermissionsHidePrompt()
Documentation for this section has not yet been entered.
OnGeolocationPermissionsShowPrompt(string, GeolocationPermissions.ICallback)
Documentation for this section has not yet been entered.
OnJsAlert(string, string)
Documentation for this section has not yet been entered.
OnJsBeforeUnload(string, string) : bool
Documentation for this section has not yet been entered.
OnJsConfirm(string, string) : bool
Documentation for this section has not yet been entered.
OnJsPrompt(string, string, string) : string
Documentation for this section has not yet been entered.
OnJsTimeout() : bool
Documentation for this section has not yet been entered.
OnLoadResource(string)
Documentation for this section has not yet been entered.
OnPageFinished(string)
Documentation for this section has not yet been entered.
OnPageStarted(string, Android.Graphics.Bitmap)
Documentation for this section has not yet been entered.
OnProgressChanged(int)
Documentation for this section has not yet been entered.
OnReachedMaxAppCacheSize(long, long, WebStorage.IQuotaUpdater)
Documentation for this section has not yet been entered.
OnReceivedError(int, string, string)
Documentation for this section has not yet been entered.
OnReceivedHttpAuthRequest(HttpAuthHandler, string, string)
Documentation for this section has not yet been entered.
OnReceivedIcon(Android.Graphics.Bitmap)
Documentation for this section has not yet been entered.
OnReceivedTitle(string)
Documentation for this section has not yet been entered.
OnRequestFocus()
Documentation for this section has not yet been entered.
OnSavePassword(string, string, string, Android.OS.Message) : bool
Documentation for this section has not yet been entered.
OnScaleChanged(float, float)
Documentation for this section has not yet been entered.
OnTooManyRedirects(Android.OS.Message, Android.OS.Message)
Documentation for this section has not yet been entered.
OnUnhandledKeyEvent(Android.Views.KeyEvent)
Documentation for this section has not yet been entered.
SetDownloadListener(IDownloadListener)
Documentation for this section has not yet been entered.
SetWebChromeClient(WebChromeClient)
Documentation for this section has not yet been entered.
SetWebViewClient(WebViewClient)
Documentation for this section has not yet been entered.
ShouldOverrideUrlLoading(string) : bool
Documentation for this section has not yet been entered.
UiOverrideKeyEvent(Android.Views.KeyEvent) : bool
Documentation for this section has not yet been entered.
UiOverrideUrlLoading(string) : bool
Documentation for this section has not yet been entered.

Public Events

DownloadDocumentation for this section has not yet been entered.