WebStorage.DeleteAllData Method

Definition

Clears all storage currently being used by the JavaScript storage APIs.

[Android.Runtime.Register("deleteAllData", "()V", "GetDeleteAllDataHandler")]
public virtual void DeleteAllData ();
[<Android.Runtime.Register("deleteAllData", "()V", "GetDeleteAllDataHandler")>]
abstract member DeleteAllData : unit -> unit
override this.DeleteAllData : unit -> unit
Attributes

Remarks

Clears all storage currently being used by the JavaScript storage APIs. This includes Web SQL Database and the HTML5 Web Storage APIs.

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

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