示例#1
0
        private void adView_ReceivedAd(object sender, GoogleAds.AdEventArgs e)
        {
            Debug.WriteLine("Received ad successfully");

            if (this.CurrentViewModel == null)
            {
                return;
            }

            this.CurrentViewModel.AdLoadError = false;
        }
示例#2
0
 private void OnAdReceived(object sender, GoogleAds.AdEventArgs e)
 {
     Debug.WriteLine("Received ad successfully");
 }
 private void AdView_ReceivedAd(object sender, GoogleAds.AdEventArgs e)
 {
 }