QuotaUpdater
interfaceQuotaUpdater
android.webkit.WebStorage.QuotaUpdater |
Encapsulates a callback function which is used to provide a new quota for a JavaScript storage API. See WebChromeClient#onExceededDatabaseQuota
.
Summary
Public methods | |
---|---|
abstract Unit |
updateQuota(newQuota: Long) Provides a new quota, specified in bytes. |
Public methods
updateQuota
Added in API level 5
abstract funupdateQuota(newQuota: Long): Unit
Deprecated: Deprecated in Java.
Provides a new quota, specified in bytes.
Parameters | |
---|---|
newQuota |
Long: the new quota, in bytes |