예제 #1
0
        protected override void OnResume()
        {
            adsCounter++;
            FileManager.SongsListUpdate();
            UpdateList();
            ChangePlayingView();

            if (AdsService.InterstitialAd.IsLoaded && adsCounter % 5 == 0)
            {
                AdsService.InterstitialAd.Show();
                AdsService.LoadInterstitial(AdsService.InterstitialAd);
            }

            base.OnResume();
        }