Android.App.Backup.SharedPreferencesBackupHelper Members

The members of Android.App.Backup.SharedPreferencesBackupHelper 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)
Backs up the configured Android.Content.ISharedPreferences groups.
RestoreEntity(BackupDataInputStream)
Restores one entity from the restore data stream to its proper shared preferences file store.
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.