Android.App.Backup.BackupAgentHelper Members

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

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

Public Constructors

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

AddHelper(string, IBackupHelper)
Add a helper for a given data subset to the agent's configuration.
override
OnBackup(Android.OS.ParcelFileDescriptor, BackupDataOutput, Android.OS.ParcelFileDescriptor)
Run the backup process on each of the configured handlers.
override
OnRestore(BackupDataInput, int, Android.OS.ParcelFileDescriptor)
Run the restore process on each of the configured handlers.