flipkart-incubator / madman-android

Madman (Media ads manager) is a high performance alternative to Google's standard IMA android SDK. If you have your own VAST server and want to render video ads and have full control over the UI, then this library is for you.
https://tech.flipkart.com/madman-an-open-source-ads-framework-for-android-99b5e57fdd30
Apache License 2.0
69 stars 11 forks source link

Skip as button started loading even after the ad playback is paused #23

Open vinoddirishala opened 3 years ago

vinoddirishala commented 3 years ago

The skip ad button is completing it's offset even the ad playback is paused. Are there any callbacks to handle this ?

vinoddirishala commented 3 years ago

skipAD madman

anirudhramanan commented 3 years ago

No, the DefaultAdRenderer runs a separate count down timer for skip ads.

This is part of our backlog, will be picked up soon. The ideal case is where the AdManager constantly gives state / progress callbacks to the AdRenderer, and the AdRenderer handles such cases.

anirudhramanan commented 3 years ago

The fix has been merged to develop. You can use jitpack for now to create a snapshot from develop to use