FileBackupHelper.RestoreEntity(BackupDataInputStream) 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.
Restore one record [representing a single file] from the restore dataset.
[Android.Runtime.Register("restoreEntity", "(Landroid/app/backup/BackupDataInputStream;)V", "GetRestoreEntity_Landroid_app_backup_BackupDataInputStream_Handler")]
public virtual void RestoreEntity (Android.App.Backup.BackupDataInputStream? data);
[<Android.Runtime.Register("restoreEntity", "(Landroid/app/backup/BackupDataInputStream;)V", "GetRestoreEntity_Landroid_app_backup_BackupDataInputStream_Handler")>]
abstract member RestoreEntity : Android.App.Backup.BackupDataInputStream -> unit
override this.RestoreEntity : Android.App.Backup.BackupDataInputStream -> unit
Parameters
An open BackupDataInputStream from which the backup data can be read.
Implements
- Attributes
Remarks
Restore one record [representing a single file] from the restore dataset.
This should only be called directly from within the BackupAgentHelper
implementation.
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.