prebid / prebid-mobile-android

Prebid Mobile SDK for Android applications
Apache License 2.0
58 stars 82 forks source link

Allow to resume auto refresh for MediationBannerAdUnit #710

Open linean opened 8 months ago

linean commented 8 months ago

MediationBannerAdUnit allows the user to manually stopRefresh() but it has no API to resume it.

Looking at AdUnit API there are two methods resumeAutoRefresh() and stopAutoRefresh(). Underlying BidLoader is the same so I think this is a bug.