Reputation: 1600
I am very confused on what event i should trigger the Interstitial Ad, or what is the best event to launch Interstitial Ad.
I tried the following:
onStart()
onDestroy()
onStop()
onResume()
Please help
Upvotes: 0
Views: 245
Reputation: 985
You should create the instance of your ad in the class itself. Load the ad in OnCreate and the show the ad whenever you want it to be, some level change or OnPause, Ondestroy anytime you like.
Upvotes: 1