Puneet Kushwah
Puneet Kushwah

Reputation: 1600

When to call Interstitial Ad?

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

Answers (1)

Ishaan Kumar
Ishaan Kumar

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

Related Questions