Beispiel #1
0
 protected override void OnResume()
 {
     // Let JW Player know that the app has returned from the background
     mPlayerView.OnResume();
     base.OnResume();
 }