Android.App.Backup.FileBackupHelper Members

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

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

Public Constructors

Documentation for this section has not yet been entered.

Protected Constructors

A constructor used when creating managed representations of JNI objects; called by the runtime.

Protected Properties

[read-only]
override
ThresholdClassIntPtr. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code.
[read-only]
override
ThresholdTypeType. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code.

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.