Android.App.Backup.BackupAgent.OnRestoreFinished Method
The application's restore operation has completed.

Syntax

[Android.Runtime.Register("onRestoreFinished", "()V", "GetOnRestoreFinishedHandler")]
public virtual void OnRestoreFinished ()

See Also

BackupAgent.OnRestore(BackupDataInput, System.Int32, System.Int32)
BackupAgent.OnRestoreFile(Android.OS.ParcelFileDescriptor, System.Int64, System.Int64, System.Int64, System.Int64, System.Int64)

Remarks

The application's restore operation has completed. This method is called after all available data has been delivered to the application for restore (via either the BackupAgent.OnRestore(BackupDataInput, System.Int32, System.Int32) or BackupAgent.OnRestoreFile(Android.OS.ParcelFileDescriptor, System.Int64, System.Int64, System.Int64, System.Int64, System.Int64) callbacks). This provides the app with a stable end-of-restore opportunity to perform any appropriate post-processing on the data that was just delivered.

[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