WebStorage.GetQuotaForOrigin(String, IValueCallback) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the storage quota for the Web SQL Database API for the given origin.
[Android.Runtime.Register("getQuotaForOrigin", "(Ljava/lang/String;Landroid/webkit/ValueCallback;)V", "GetGetQuotaForOrigin_Ljava_lang_String_Landroid_webkit_ValueCallback_Handler")]
public virtual void GetQuotaForOrigin (string? origin, Android.Webkit.IValueCallback? callback);
[<Android.Runtime.Register("getQuotaForOrigin", "(Ljava/lang/String;Landroid/webkit/ValueCallback;)V", "GetGetQuotaForOrigin_Ljava_lang_String_Landroid_webkit_ValueCallback_Handler")>]
abstract member GetQuotaForOrigin : string * Android.Webkit.IValueCallback -> unit
override this.GetQuotaForOrigin : string * Android.Webkit.IValueCallback -> unit
Parameters
- origin
- String
- callback
- IValueCallback
- Attributes
Remarks
Gets the storage quota for the Web SQL Database API for the given origin. The quota is given in bytes and the origin is specified using its string representation. This method operates asynchronously, with the result being provided via a ValueCallback
.
Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.