AdsJumbo / AdsJumbo.com

This repository contains the AdsJumbo.com SDK for Windows 10 Apps & Games. This allows you to display advertisements in the app from AdsJumbo.com ad network.
https://AdsJumbo.com
16 stars 10 forks source link

Interstitial Error Occurred Event? #2

Closed linderprime closed 4 years ago

linderprime commented 4 years ago

It would be nice to have an event OnErrorOccurred event.

AdsJumbo commented 4 years ago

Hi,

UPDATE: OnAdError event for the interstitial and banner ad was added, Please update NuGet to version AdsJumbo - 5.5.9.

Just call:

InterstitialAd.OnAdError += InterstitialAd_OnAdError;
BannerAd.OnAdError += BannerAd_OnAdError;

Handle:

private void BannerAd_OnAdError(object sender, RoutedEventArgs e)
{
  // When Error Occurred on Banner Ad
}

Otherwise you can reach us at mail: info@adsjumbo.com If you want to activate your app/game just hit the button "Request Activation" this push all premium campaigns and demand.

Any feedback is welcome!

Regards, AdsJumbo.com Team