Skip to content

0.1.7

Choose a tag to compare

@yevhenii-audienzz yevhenii-audienzz released this 22 Jul 13:41
· 7 commits to dev since this release

New

  • pauseAllAutoRefresh() / resumeAllAutoRefresh() — pause and resume auto-refresh across all loaded banner ads with one call. Use it when you present a full-screen surface the SDK can't detect on its own (a custom overlay, a native modal, a web view) so off-screen ads stop refreshing while hidden.
  • Automatic same-route overlay detection — a smart-refresh banner covered by an OverlayEntry or dialog on the same route now pauses its auto-refresh automatically, via hit-testing, with no publisher code required. This complements the existing scroll-, route-, and lifecycle-based visibility handling.

Docs

  • README now documents the consent → init → load order: obtain user consent before initializing the SDK and requesting ads.