SharedPreferencesBackupHelper.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.
Restores one entity from the restore data stream to its proper shared preferences file store.
[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
Restores one entity from the restore data stream to its proper shared preferences file store.
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.