Android.App.Backup.BackupManager Members

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

See Also: Inherited members from Java.Lang.Object

Public Constructors

Constructs a BackupManager object through which the application can communicate with the Android backup system.

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

DataChanged()
Notifies the Android backup system that your application wishes to back up new changes to its data.
static
DataChanged(string)
Convenience method for callers who need to indicate that some other package needs a backup pass.
RequestRestore(RestoreObserver) : int
Restore the calling application from backup.