Android.Webkit.WebChromeClient.OnReachedMaxAppCacheSize Method
Notify the host application that the Application Cache has reached the maximum size.

Syntax

[Android.Runtime.Register("onReachedMaxAppCacheSize", "(JJLandroid/webkit/WebStorage$QuotaUpdater;)V", "GetOnReachedMaxAppCacheSize_JJLandroid_webkit_WebStorage_QuotaUpdater_Handler")]
[System.Obsolete("deprecated")]
public virtual void OnReachedMaxAppCacheSize (long spaceNeeded, long totalUsedQuota, WebStorage.IQuotaUpdater quotaUpdater)

Parameters

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.

Remarks

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.

[Android Documentation]

Requirements

Namespace: Android.Webkit
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 7