- requiredStorage
- The amount of storage required by the Application Cache operation that triggered this notification, in bytes.
- quota
- the current maximum Application Cache size, in bytes
- quotaUpdater
- An instance of NoType:android/webkit/WebStorage$QuotaUpdater;Href=../../../reference/android/webkit/WebStorage.QuotaUpdater.html which must be used to inform the WebView of the new quota.
Notify the host application that the Application Cache has reached the maximum size. The client must respond by invoking the NoType:android/webkit/WebStorage$QuotaUpdater;Href=../../../reference/android/webkit/WebStorage.QuotaUpdater.html#updateQuota(long) method of the supplied NoType:android/webkit/WebStorage$QuotaUpdater;Href=../../../reference/android/webkit/WebStorage.QuotaUpdater.html instance. The minimum value that can be set for the new quota is the current quota. The default implementation responds with the current quota, so the quota will not be increased.