Android.Webkit Namespace
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Provides tools for browsing the web.
Classes
CacheManager |
Manages the HTTP cache used by an application's |
CacheManager.CacheResult |
Represents a resource stored in the HTTP cache. |
ClientCertRequest |
ClientCertRequest: The user receives an instance of this class as
a parameter of |
ConsoleMessage |
Public class representing a JavaScript console message from WebCore. |
ConsoleMessage.MessageLevel | |
CookieManager |
Manages the cookies used by an application's |
CookieSyncManager |
The CookieSyncManager is used to synchronize the browser cookie store between RAM and permanent storage. |
DateSorter |
Sorts dates into the following groups: Today Yesterday seven days ago one month ago older than a month ago |
DownloadEventArgs |
Provides data for the E:Android.Webkit.CallbackProxy.Download, and Download events. |
GeolocationPermissions |
This class is used to manage permissions for the WebView's Geolocation JavaScript API. |
HttpAuthHandler |
Represents a request for HTTP authentication. |
JavascriptInterface |
Annotation that allows exposing methods to JavaScript. |
JavascriptInterfaceAttribute | |
JsPromptResult |
Public class for handling JavaScript prompt requests. |
JsResult |
An instance of this class is passed as a parameter in various |
MimeTypeMap |
Two-way map that maps MIME-types to file extensions and vice versa. |
PermissionRequest |
This class defines a permission request and is used when web content requests access to protected resources. |
Plugin |
Represents a plugin (Java equivalent of the PluginPackageAndroid C++ class in libs/WebKitLib/WebKit/WebCore/plugins/android/) |
PluginData |
This class encapsulates the content generated by a plugin. |
PluginList |
A simple list of initialized plugins. |
RenderProcessGoneDetail |
This class provides more specific information about why the render process exited. |
SafeBrowsingResponse |
Used to indicate an action to take when hitting a malicious URL. |
ServiceWorkerClient |
Base class for clients to capture Service Worker related callbacks,
see |
ServiceWorkerController |
Manages Service Workers used by WebView. |
ServiceWorkerWebSettings |
Manages settings state for all Service Workers. |
SslErrorHandler |
Represents a request for handling an SSL error. |
TracingConfig |
Holds tracing configuration information and predefined settings. |
TracingConfig.Builder |
Builder used to create |
TracingController |
Manages tracing of WebViews. |
UrlInterceptRegistry |
This member is deprecated. |
URLUtil | |
WebBackForwardList |
This class contains the back/forward list for a WebView. |
WebChromeClient | |
WebChromeClient.FileChooserParams |
Parameters used in the |
WebHistoryItem |
A convenience class for accessing fields in an entry in the back/forward list of a WebView. |
WebIconDatabase |
Functions for manipulating the icon database used by WebView. |
WebIconDatabase.IconEventArgs | |
WebMessage |
The Java representation of the HTML5 PostMessage event. |
WebMessagePort |
The Java representation of the HTML5 message ports. |
WebMessagePort.WebMessageCallback |
The listener for handling MessagePort events. |
WebResourceError |
Encapsulates information about errors that occurred during loading of web resources. |
WebResourceResponse |
Encapsulates a resource response. |
WebSettings |
Manages settings state for a WebView. |
WebSettings.LayoutAlgorithm |
Enum for controlling the layout of html. |
WebSettings.PluginState |
The plugin state effects how plugins are treated on a page. |
WebSettings.RenderPriority | |
WebSettings.TextSize |
Enum for specifying the text size. |
WebSettings.ZoomDensity |
Enum for specifying the WebView's desired density. |
WebStorage |
This class is used to manage the JavaScript storage APIs provided by the
|
WebStorage.Origin |
This class encapsulates information about the amount of storage currently used by an origin for the JavaScript storage APIs. |
WebSyncManager |
This member is deprecated. |
WebView |
A View that displays web pages. |
WebView.FindEventArgs |
Provides data for the Find event. |
WebView.HitTestResult | |
WebView.PictureEventArgs |
Provides data for the Picture event. |
WebView.VisualStateCallback |
Callback interface supplied to |
WebView.WebViewTransport |
Transportation object for returning WebView across thread boundaries. |
WebViewClient | |
WebViewDatabase |
This class allows developers to determine whether any WebView used in the application has stored any of the following types of browsing data and to clear any such stored data for all WebViews in the application. |
WebViewFragment |
A fragment that displays a WebView. |
WebViewRenderProcess |
WebViewRenderProcess provides an opaque handle to a |
WebViewRenderProcessClient |
Used to receive callbacks on |
Interfaces
GeolocationPermissions.ICallback |
A callback interface used by the host application to set the Geolocation permission state for an origin. |
IDownloadListener | |
IJavascriptInterface |
Annotation that allows exposing methods to JavaScript. |
IPluginStub |
This interface is used to implement plugins in a WebView. |
IUrlInterceptHandler |
This member is deprecated. |
IValueCallback |
A callback interface used to provide values asynchronously. |
IWebResourceRequest |
Encompasses parameters to the |
Plugin.IPreferencesClickHandler |
This member is deprecated. |
WebChromeClient.ICustomViewCallback |
A callback interface used by the host application to notify the current page that its custom view has been dismissed. |
WebIconDatabase.IIconListener |
Interface for receiving icons from the database. |
WebStorage.IQuotaUpdater |
Encapsulates a callback function which is used to provide a new quota for a JavaScript storage API. |
WebView.IFindListener |
Interface to listen for find results. |
WebView.IPictureListener |
Interface to listen for new pictures as they change. |
Enums
CacheModes |
Enumerates values returned by several types. |
Categories | |
ChromeFileChooserMode |
Enumerates values returned by several types. |
ClientError |
Enumerates values returned by several methods of ClientError and taken as a parameter of the F:Android.Webkit.WebViewClient.OnReceivedError member. |
ForceDarkMode | |
HitTestResult |
Enumerates values returned by several types. |
MenuItems | |
MixedContentHandling |
Enumerates values returned by several types. |
RendererPriority | |
SafeBrowsingThreat | |
TracingMode |