RestoreObserver.RestoreFinished(Int32) Method

Definition

The restore process has completed.

[Android.Runtime.Register("restoreFinished", "(I)V", "GetRestoreFinished_IHandler")]
public virtual void RestoreFinished (int error);
[<Android.Runtime.Register("restoreFinished", "(I)V", "GetRestoreFinished_IHandler")>]
abstract member RestoreFinished : int -> unit
override this.RestoreFinished : int -> unit

Parameters

error
Int32

Zero on success; a nonzero error code if the restore operation as a whole failed.

Attributes

Remarks

The restore process has completed. This method will always be called, even if no individual package restore operations were attempted.

Java documentation for android.app.backup.RestoreObserver.restoreFinished(int).

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to