Android.App.Backup.BackupAgent.OnDestroy Method
Provided as a convenience for agent implementations that need to do some sort of shutdown process after backup or restore is completed.

Syntax

[Android.Runtime.Register("onDestroy", "()V", "GetOnDestroyHandler")]
public virtual void OnDestroy ()

Remarks

Provided as a convenience for agent implementations that need to do some sort of shutdown process after backup or restore is completed.

Agents do not need to override 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