Share via


ProxyFileDescriptorCallback.OnFsync Method

Definition

Ensures all the written data are stored in permanent storage device.

[Android.Runtime.Register("onFsync", "()V", "GetOnFsyncHandler", ApiSince=26)]
public virtual void OnFsync ();
[<Android.Runtime.Register("onFsync", "()V", "GetOnFsyncHandler", ApiSince=26)>]
abstract member OnFsync : unit -> unit
override this.OnFsync : unit -> unit
Attributes

Remarks

Ensures all the written data are stored in permanent storage device. For example, if it has data stored in on memory cache, it needs to flush data to storage device.

Java documentation for android.os.ProxyFileDescriptorCallback.onFsync().

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