# Print output for @column tags ?> WebStorage.QuotaUpdater - Android SDK | Android Developers

Most visited


Recently visited


WebStorage.QuotaUpdater

public static interface WebStorage.QuotaUpdater

android.webkit.WebStorage.QuotaUpdater


This interface is deprecated.
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 WebChromeClient#onExceededDatabaseQuota and WebChromeClient#onReachedMaxAppCacheSize.

Summary


Public methods

abstract void updateQuota(long newQuota)

Provides a new quota, specified in bytes.

Public methods


updateQuota

public abstract void updateQuota (long newQuota)

Provides a new quota, specified in bytes.

Parameters
newQuota long: the new quota, in bytes

Browse this site in English?

You requested a page in English, but your language preference for this site is English.

Would you like to change your language preference and browse this site in English? If you want to change your language preference later, use the language menu at the bottom of each page.