Example #1
0
 protected override void OnResume()
 {
     // Handle when your app resumes
     CheckNetworkState.StartListening();
 }
Example #2
0
 protected override void OnStart()
 {
     // Handle when your app starts
     CheckNetworkState.StartListening();
 }