private void adView_ReceivedAd(object sender, GoogleAds.AdEventArgs e) { Debug.WriteLine("Received ad successfully"); if (this.CurrentViewModel == null) { return; } this.CurrentViewModel.AdLoadError = false; }
private void OnAdReceived(object sender, GoogleAds.AdEventArgs e) { Debug.WriteLine("Received ad successfully"); }
private void AdView_ReceivedAd(object sender, GoogleAds.AdEventArgs e) { }