Xamarin.FormsでOnSleepとOnResumeの呼ばれるタイミングをAndroidとiOSで似た感じにしたい

Xamarin.FromsのPCLプロジェクトのApplicationクラスにはOnSleep/OnResumeという仮想関数が用意されています。 Working with the App Lifecycle - Xamarin OnSleep - Called each time the application goes to the background. OnResume - Called when the application is resumed, after being sent to the background. …