com.inmobi.ads.InMobiInterstitial.InterstitialAdListener2 |
Listener for receiving notifications during the lifecycle of an interstitial.
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Called to indicate that the fullscreen overlay opened by the ad was closed.
| |||||||||||
Called to indicate that a request to show an ad (by calling
show() failed. | |||||||||||
Called to indicate that the fullscreen overlay is now the topmost screen.
| |||||||||||
Called to indicate that an ad interaction was observed.
| |||||||||||
Callback to signal that a request to fetch an ad (by calling
load() failed. | |||||||||||
Called to indicate that an ad was loaded and it can now be shown.
| |||||||||||
Called to indicate that an ad is available in response to a request for an ad (by calling
load() . | |||||||||||
Called to indicate that rewards have been unlocked.
| |||||||||||
Called to indicate that the ad will be launching a fullscreen overlay.
| |||||||||||
Called to indicate that the user may leave the application on account of interacting with the ad.
|
Called to indicate that the fullscreen overlay opened by the ad was closed.
Called to indicate that the fullscreen overlay is now the topmost screen.
Called to indicate that an ad interaction was observed.
Called to indicate that an ad was loaded and it can now be shown. This will always be called
after the onAdReceived(InMobiInterstitial)
callback.
Called to indicate that an ad is available in response to a request for an ad (by calling load()
.
Note This does not indicate that the ad can be shown yet. Your code should show
an ad after the onAdLoadSucceeded(InMobiInterstitial)
method is called.
Alternately, if you do not want to handle this event, you must test if the ad is ready to be shown by
checking the result of calling the isReady()
method.
Called to indicate that rewards have been unlocked.
Called to indicate that the ad will be launching a fullscreen overlay.
Called to indicate that the user may leave the application on account of interacting with the ad.