Android.App.Backup.FileBackupHelper: Method Members

The methods of Android.App.Backup.FileBackupHelper are listed below. For a list of all members, see the FileBackupHelper Members list.

See Also: Inherited members from Android.App.Backup.FileBackupHelperBase

Public Methods

PerformBackup(Android.OS.ParcelFileDescriptor, BackupDataOutput, Android.OS.ParcelFileDescriptor)
Based on oldState, determine which of the files from the application's data directory need to be backed up, write them to the data stream, and fill in newState with the state as it exists now.
RestoreEntity(BackupDataInputStream)
Restore one record [representing a single file] from the restore dataset.
override
WriteNewStateDescription(Android.OS.ParcelFileDescriptor)
Called by Android.App.Backup.BackupAgentHelper after a restore operation to write the backup state file corresponding to the data as processed by the helper.