AtomicFile.Delete Method

Definition

Delete the atomic file.

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

Remarks

Delete the atomic file. This deletes both the base and new files.

Java documentation for android.util.AtomicFile.delete().

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