Added in API level 5
Deprecated in API level 19

QuotaUpdater

interface QuotaUpdater
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 fun updateQuota(newQuota: Long): Unit

Deprecated: Deprecated in Java.

Provides a new quota, specified in bytes.

Parameters
newQuota Long: the new quota, in bytes