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
15 stars 10 forks source link

Interstitial Closed Event? #1

Closed RexfelisLOC closed 4 years ago

RexfelisLOC commented 4 years ago

Would be nice to have a OnClosed event for the interstitial ad to resume anything paused while the ad is displayed.

AdsJumbo commented 4 years ago

Hi, Yes sure! We will definitely add this feature.

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

AdsJumbo commented 4 years ago

Hi,

UPDATE: OnClosed event for the interstitial ad was added, Please update NuGet to version AdsJumbo - 5.5.5.

Just call:

InterstitialAd.OnAdClosed += InterstitialAd_OnAdClosed;

Handle:

private void InterstitialAd_OnAdClosed(object sender, RoutedEventArgs e)
{
  // When an Interstitial Ad is closed, just resume app / game according to your requirements
}

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

linderprime commented 4 years ago

Hi,

It seams OnAdClosed is being triggered twice. Can you confirm?

Thanks!

AdsJumbo commented 4 years ago

Hi,

OnAdClosed is triggered only once, per click to the close button (on interstitial ad).

Regards, AdsJumbo.com Team