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?
Asked
Active
Viewed 46 times
1 Answers
0
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

Faisal Khan
- 353
- 1
- 16
-
I think facebook has removed ```onAdClicked``` meyhod for banner ads. In android studio only 3 methods are showing. – Naykarg Creations May 15 '21 at 14:36