Reputation: 5
I have implemented facebook audience network banner ad in my android app. I want to not the ad for 15 seconds after user clicks on it and returns to the app. I have searched a lot and can not find any solution.I am doing this to prevent illegal clicks. How can I do this?
Upvotes: 0
Views: 81
Reputation: 382
Add an Ad Listener and override the onAdClicked
clicked method and do the stuff you want to do Here is the facebook documentation
on how set an Ad Listener
Upvotes: 0