Application.OnTerminate Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.