Android.App.Backup.FileBackupHelper.RestoreEntity Method
Restore one record [representing a single file] from the restore dataset.

Syntax

[Android.Runtime.Register("restoreEntity", "(Landroid/app/backup/BackupDataInputStream;)V", "GetRestoreEntity_Landroid_app_backup_BackupDataInputStream_Handler")]
public virtual void RestoreEntity (BackupDataInputStream data)

Parameters

data
An open Android.App.Backup.BackupDataInputStream from which the backup data can be read.

Remarks

Restore one record [representing a single file] from the restore dataset.

This should only be called directly from within the Android.App.Backup.BackupAgentHelper implementation.

[Android Documentation]

Requirements

Namespace: Android.App.Backup
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 8