WebStorage.QuotaUpdater
public
static
interface
WebStorage.QuotaUpdater
| android.webkit.WebStorage.QuotaUpdater |
This interface was deprecated
in API level 19.
This class is obsolete and no longer used.
Encapsulates a callback function which is used to provide a new quota
for a JavaScript storage API.
See
onExceededDatabaseQuota(String, String, long, long, long, WebStorage.QuotaUpdater) and
onReachedMaxAppCacheSize(long, long, WebStorage.QuotaUpdater).
Summary
Public methods | |
|---|---|
abstract
void
|
updateQuota(long newQuota)
Provides a new quota, specified in bytes. |
Public methods
updateQuota
void updateQuota (long newQuota)
Provides a new quota, specified in bytes.
| Parameters | |
|---|---|
newQuota |
long: the new quota, in bytes
|
Annotations
Interfaces
Classes
- ClientCertRequest
- ConsoleMessage
- CookieManager
- CookieSyncManager
- DateSorter
- GeolocationPermissions
- HttpAuthHandler
- JsPromptResult
- JsResult
- MimeTypeMap
- PermissionRequest
- RenderProcessGoneDetail
- ServiceWorkerClient
- ServiceWorkerController
- ServiceWorkerWebSettings
- SslErrorHandler
- URLUtil
- WebBackForwardList
- WebChromeClient
- WebChromeClient.FileChooserParams
- WebHistoryItem
- WebIconDatabase
- WebMessage
- WebMessagePort
- WebMessagePort.WebMessageCallback
- WebResourceError
- WebResourceResponse
- WebSettings
- WebStorage
- WebStorage.Origin
- WebView
- WebView.HitTestResult
- WebView.VisualStateCallback
- WebView.WebViewTransport
- WebViewClient
- WebViewDatabase
- WebViewFragment
Enums


