3

I have successfully integrate RevMob full screen Ads

I used full screen ad in a different way for example :

when user press play button the full screen ad appears and after 5 sec. it will disappear automatically and redirect to the game.

I have done 5 sec. wait to display ad, after that i want to remove ad without any click event, i don't know how it is possible..?

I have already used hide() method but not working.

Rajan
  • 1,069
  • 1
  • 9
  • 17
  • how do you add the ad? if this is a view then try removeView, if the is a dialog try cancel – Rotem May 21 '13 at 12:01
  • In Revmob fullscreen ad there is no view used, i used fullscreenAd.show() method to show fullscreen Ad but for dismiss they didn't provide any cancel() or dismiss() method. so without those methods how can i remove ad? – Rajan May 21 '13 at 12:34

1 Answers1

0

As describe on RevMob Documentation site:

hide() 
Hide the ad - If it is not loaded, it will not be automatically show after it is loaded.

If hide() is not working maybe there is a bug on the SDK, which version are you using? I recommend you to contact the sdk guys (sdk@revmob.com).

Diogo T
  • 2,591
  • 1
  • 29
  • 39