Android.App.Backup.IBackupHelper Members

The members of Android.App.Backup.IBackupHelper are listed below.

Public Methods

PerformBackup(Android.OS.ParcelFileDescriptor, BackupDataOutput, Android.OS.ParcelFileDescriptor)
Based on oldState, determine what application content needs to be backed up, write it to data, and fill in newState with the complete state as it exists now.
RestoreEntity(BackupDataInputStream)
Called by Android.App.Backup.BackupAgentHelper to restore a single entity from the restore data set.
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.