Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to customize the Skip AD button #22

Open
vinoddirishala opened this issue Nov 25, 2020 · 2 comments
Open

How to customize the Skip AD button #22

vinoddirishala opened this issue Nov 25, 2020 · 2 comments

Comments

@vinoddirishala
Copy link

I implemented the madman sdk to play ads in between the content in my application. Everything is working fine but the problem is that the before the ad gets loaded the skip ad is comes to visible state. Is there any document reference about how to customize it.

@anirudhramanan
Copy link
Collaborator

You can pass a custom AdViewBinder while creating the AdRenderer instance. (

fun build(viewBinder: AdViewBinder?): DefaultAdRenderer {
)

@vinoddirishala
Copy link
Author

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants