com.inmobi.ads.InMobiNative.NativeAdListener |
A listener for receiving notifications during the lifecycle of a Native ad.
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Called to notify ad was clicked.
| |||||||||||
Called to notify that the ad opened an overlay that covers the screen.
| |||||||||||
Called to notify that the ad will open an overlay that covers the screen.
| |||||||||||
Called to notify impression has been recorded for this ad.
| |||||||||||
Called to notify that a native ad failed to load.
| |||||||||||
Called to notify that a native ad was successfully loaded.
| |||||||||||
Called to notify that the ad status has changed.
| |||||||||||
Called to notify that the media has finished playing.
| |||||||||||
Called to notify that the user has skipped media play.
| |||||||||||
Called to notify that the user is about to leave the application as a result of interacting with it.
|
Called to notify ad was clicked. Note:Override this method to notify click to the Mediation Adapter.
nativeAd | InMobiNative which was clicked
|
---|
Called to notify that the ad opened an overlay that covers the screen.
Called to notify that the ad will open an overlay that covers the screen.
Called to notify impression has been recorded for this ad. Note:Override this method to notify viewable impression to the Mediation Adapter.
nativeAd | InMobiNative for which impression is recorded.
|
---|
Called to notify that a native ad failed to load.
Called to notify that a native ad was successfully loaded. You may now call getPrimaryViewOfWidth(View, ViewGroup, int)
(View, ViewGroup, widthInPixels)} to get the
primary Ad View.
Called to notify that the ad status has changed.
Called to notify that the media has finished playing.
Called to notify that the user has skipped media play.
Called to notify that the user is about to leave the application as a result of interacting with it.