WebStorage.Instance Property

Definition

Gets the singleton instance of this class.

public static Android.Webkit.WebStorage? Instance { [Android.Runtime.Register("getInstance", "()Landroid/webkit/WebStorage;", "")] get; }
[<get: Android.Runtime.Register("getInstance", "()Landroid/webkit/WebStorage;", "")>]
static member Instance : Android.Webkit.WebStorage

Property Value

the singleton WebStorage instance

Attributes

Remarks

Gets the singleton instance of this class.

Java documentation for android.webkit.WebStorage.getInstance().

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