WebStorage.GetOrigins(IValueCallback) Method

Definition

Gets the origins currently using the Web SQL Database APIs.

[Android.Runtime.Register("getOrigins", "(Landroid/webkit/ValueCallback;)V", "GetGetOrigins_Landroid_webkit_ValueCallback_Handler")]
public virtual void GetOrigins (Android.Webkit.IValueCallback? callback);
[<Android.Runtime.Register("getOrigins", "(Landroid/webkit/ValueCallback;)V", "GetGetOrigins_Landroid_webkit_ValueCallback_Handler")>]
abstract member GetOrigins : Android.Webkit.IValueCallback -> unit
override this.GetOrigins : Android.Webkit.IValueCallback -> unit

Parameters

callback
IValueCallback
Attributes

Remarks

Gets the origins currently using the Web SQL Database APIs. This method operates asynchronously, with the result being provided via a ValueCallback. The origins are provided as a map, of type Map<String, WebStorage.Origin>, from the string representation of the origin to a WebStorage.Origin object.

Java documentation for android.webkit.WebStorage.getOrigins(android.webkit.ValueCallback<java.util.Map>).

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.

Applies to