WebStorage.DeleteAllData 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.
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.