This method is for use in emulated process environments.
Syntax
[Android.Runtime.Register("onTerminate", "()V", "GetOnTerminateHandler")] public virtual voidOnTerminate ()
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.