FileBackupHelper.WriteNewStateDescription(ParcelFileDescriptor) Method

Definition

Called by BackupAgentHelper after a restore operation to write the backup state file corresponding to the data as processed by the helper.

[Android.Runtime.Register("writeNewStateDescription", "(Landroid/os/ParcelFileDescriptor;)V", "GetWriteNewStateDescription_Landroid_os_ParcelFileDescriptor_Handler")]
public override void WriteNewStateDescription (Android.OS.ParcelFileDescriptor? fd);
[<Android.Runtime.Register("writeNewStateDescription", "(Landroid/os/ParcelFileDescriptor;)V", "GetWriteNewStateDescription_Landroid_os_ParcelFileDescriptor_Handler")>]
override this.WriteNewStateDescription : Android.OS.ParcelFileDescriptor -> unit

Parameters

fd
ParcelFileDescriptor

A ParcelFileDescriptor to which the new state will be written.

Implements

Attributes

Remarks

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