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

Send Extra tags via XML #27

Open behrooz-fard opened 3 years ago

behrooz-fard commented 3 years ago

I need to customize Learn More button UI by adding an image or other data to it.

I want to add tags in my VAST URL for these data. Then Madman read these tags and send them to UI.

An alternative way is to create an API to get these data besides XML. But it is not a good approach.