Application.OnTerminate Method

Definition

This method is for use in emulated process environments.

[Android.Runtime.Register("onTerminate", "()V", "GetOnTerminateHandler")]
public virtual void OnTerminate ();
[<Android.Runtime.Register("onTerminate", "()V", "GetOnTerminateHandler")>]
abstract member OnTerminate : unit -> unit
override this.OnTerminate : unit -> unit
Attributes

Remarks

This method is for use in emulated process environments. It will never be called on a production Android device, where processes are removed by simply killing them; no user code (including this callback) is executed when doing so.

Java documentation for android.app.Application.onTerminate().

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