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;", "")>]
member this.Instance : Android.Webkit.WebStorage

Property Value

WebStorage

the singleton WebStorage instance

Attributes

Remarks

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