FileBackupHelper.WriteNewStateDescription(ParcelFileDescriptor) 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.
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
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.