MCPcopy Create free account
hub / github.com/Acode-Foundation/Acode / hideActiveBanner

Function hideActiveBanner

src/lib/adRewards.js:89–94  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

87}
88
89function hideActiveBanner() {
90 if (bannerAd?.active) {
91 bannerAd.active = false;
92 bannerAd.hide?.();
93 }
94}
95
96function notify(title, message, type = "info") {
97 toast(message, 4000);

Callers 1

watchOfferFunction · 0.85

Calls 1

hideMethod · 0.45

Tested by

no test coverage detected