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 WebChromeClient.onExceededDatabaseQuota.

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

Content and code samples on this page are subject to the licenses described in the Content License. Java and OpenJDK are trademarks or registered trademarks of Oracle and/or its affiliates.

Last updated 2025-02-10 UTC.