Skip to content

feat(admob): add next-gen suspend interstitial loading - #3983

Closed
polmiro wants to merge 1 commit into
add-next-gen-admob-interstitialfrom
add-next-gen-admob-suspend-loading
Closed

feat(admob): add next-gen suspend interstitial loading#3983
polmiro wants to merge 1 commit into
add-next-gen-admob-interstitialfrom
add-next-gen-admob-suspend-loading

Conversation

@polmiro

@polmiro polmiro commented Aug 17, 2026

Copy link
Copy Markdown
Member

Summary

  • Add the coroutine counterpart to callback-based Next-Gen interstitial loading.
  • Track successful and failed loads while returning Google's original result and preserving lifecycle callbacks.
  • Require a callback for the callback-based overload so loaded ads cannot be silently discarded.

Testing

  • ./gradlew :feature:admob-next-gen:testDefaultsDebugUnitTest detektAll :feature:admob-next-gen:metalavaCheckCompatibilityDefaultsRelease
  • ./scripts/api-check.sh

@polmiro polmiro added the pr:feat A new feature label Aug 17, 2026
@polmiro
polmiro force-pushed the add-next-gen-admob-banner-interstitial branch from b64c6d1 to 7bc7fc7 Compare August 17, 2026 16:07
@polmiro polmiro added pr:other and removed pr:feat A new feature labels Aug 18, 2026
@polmiro
polmiro force-pushed the add-next-gen-admob-suspend-loading branch from 063a936 to 7ba09ad Compare August 18, 2026 13:51
@polmiro polmiro added pr:feat A new feature and removed pr:other labels Aug 18, 2026
@polmiro
polmiro force-pushed the add-next-gen-admob-interstitial branch from 7bc7fc7 to df7a7a7 Compare August 18, 2026 15:08
@polmiro
polmiro force-pushed the add-next-gen-admob-suspend-loading branch from 7ba09ad to 837f78c Compare August 19, 2026 07:47
@codecov

codecov Bot commented Aug 19, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 82.74%. Comparing base (df7a7a7) to head (837f78c).

Additional details and impacted files
@@                       Coverage Diff                        @@
##           add-next-gen-admob-interstitial    #3983   +/-   ##
================================================================
  Coverage                            82.74%   82.74%           
================================================================
  Files                                  429      429           
  Lines                                17572    17572           
  Branches                              2657     2657           
================================================================
  Hits                                 14540    14540           
  Misses                                2139     2139           
  Partials                               893      893           

☔ View full report in Codecov by Harness.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@polmiro

polmiro commented Aug 19, 2026

Copy link
Copy Markdown
Member Author

Folded into #3985.

@polmiro polmiro closed this Aug 19, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

pr:feat A new feature

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant