AppOpenAdManager

A simple wrapper to handle the new AppOpenAds

APACHE-2.0 License

Stars
12
Committers
3

Bot releases are hidden (Show)

AppOpenAdManager - 2.6.4 Latest Release

Published by ItzNotABug over 1 year ago

  1. Dependency updates
  2. Add transition support via AppOpenAdManager.setAdTransition
AppOpenAdManager - 2.6.3

Published by ItzNotABug over 1 year ago

  1. Dependency updates.
  2. Remove orientation support as per the AppOpenAd.load deprecation. More info. here
    From the changelog: Orientation is determined at request time, matching the behavior of other full-screen formats.
AppOpenAdManager - 2.6.2

Published by ItzNotABug almost 2 years ago

  1. Fixes #11
  2. Configs.showOnColdStart now requires a lambda that returns a Boolean instead of just a Boolean #12.
AppOpenAdManager - 2.6.1

Published by ItzNotABug almost 2 years ago

Add support for enabling/disabling or setting a custom delay for showing the AppOpenAd.
Example:

  1. showAdWithDelay(true) will fire onAdWillShow() 1 second showing the Ad.
  2. showAdWithDelay(false) will not fire onAdWillShow() before showing the Ad.
  3. showAdWithDelay(2000) will fire onAdWillShow() 2 seconds before showing the Ad.
AppOpenAdManager - 2.6.0

Published by ItzNotABug almost 2 years ago

Dependency updates.
Added setImmersiveMode & setOnPaidEventListener.

AppOpenAdManager - 2.5.8

Published by ItzNotABug about 2 years ago

Ads dependency updates & misc.

AppOpenAdManager - 2.5.6

Published by ItzNotABug about 2 years ago

Update dependencies & bump version.

AppOpenAdManager - 2.5.5

Published by ItzNotABug about 2 years ago

Added a clearAdInstance() method to manually remove/clear the Ad instance.

AppOpenAdManager - 2.5.4

Published by ItzNotABug over 2 years ago

  1. Dependency updates
  2. Added a val Application.appOpenAdManager extension variable that returns AppOpenAdManager instance with default Configs.
AppOpenAdManager - 2.5.2

Published by ItzNotABug over 2 years ago

Fix library import issues due to publishing multi-variants.

AppOpenAdManager - 2.5

Published by ItzNotABug over 2 years ago

Dependency updates.

AppOpenAdManager - 2.3

Published by ItzNotABug almost 3 years ago

Dependency updates, Test Ad Unit Id fix.

AppOpenAdManager - 2.2

Published by ItzNotABug almost 3 years ago

  • Kotlin, AdMob dependency updates.
  • Added some more features, check the PR #9 for more info.
AppOpenAdManager - 2.0

Published by ItzNotABug about 3 years ago

  1. AdMob dependency updated to 20.3.0.
  2. Add support to show Ad only when a condition is met / returns true.
    Check Configs#showOnCondition.
AppOpenAdManager - 1.8.8

Published by ItzNotABug about 3 years ago

Add support for showing AppOpenAd on first cold start as soon as it loads.
Use showAdOnFirstColdStart = true in Configs