Methods Summary |
---|
public WebViewProvider | createWebView(WebView webView, WebView.PrivateAccess privateAccess)Construct a new WebViewProvider.
|
public CookieManager | getCookieManager()Gets the singleton CookieManager instance for this WebView implementation. The
implementation must return the same instance on subsequent calls.
|
public GeolocationPermissions | getGeolocationPermissions()Gets the singleton GeolocationPermissions instance for this WebView implementation. The
implementation must return the same instance on subsequent calls.
|
public android.webkit.WebViewFactoryProvider$Statics | getStatics()
|
public WebIconDatabase | getWebIconDatabase()Gets the singleton WebIconDatabase instance for this WebView implementation. The
implementation must return the same instance on subsequent calls.
|
public WebStorage | getWebStorage()Gets the singleton WebStorage instance for this WebView implementation. The
implementation must return the same instance on subsequent calls.
|
public WebViewDatabase | getWebViewDatabase(android.content.Context context)Gets the singleton WebViewDatabase instance for this WebView implementation. The
implementation must return the same instance on subsequent calls.
|