Android.App.Backup.BackupManager.DataChanged Method
Notifies the Android backup system that your application wishes to back up new changes to its data.

Syntax

[Android.Runtime.Register("dataChanged", "()V", "GetDataChangedHandler")]
public virtual void DataChanged ()

Remarks

Notifies the Android backup system that your application wishes to back up new changes to its data. A backup operation using your application's Android.App.Backup.BackupAgent subclass will be scheduled when you call this method.

[Android Documentation]

Requirements

Namespace: Android.App.Backup
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 8