public static interface

InMobiBanner.BannerAdListener

com.inmobi.ads.InMobiBanner.BannerAdListener

Class Overview

A listener for receiving notifications during the lifecycle of a banner ad.

Summary

Public Methods
abstract void onAdDismissed(InMobiBanner ad)
Called to notify that the User is about to return to the application after closing the ad.
abstract void onAdDisplayed(InMobiBanner ad)
Called to notify that the banner ad was displayed
abstract void onAdInteraction(InMobiBanner ad, Map<Object, Object> params)
Called to notify that the user interacted with the ad.
abstract void onAdLoadFailed(InMobiBanner ad, InMobiAdRequestStatus status)
Called to notify that a request to load an ad failed.
abstract void onAdLoadSucceeded(InMobiBanner ad)
Called to notify that an ad was successfully loaded.
abstract void onAdRewardActionCompleted(InMobiBanner ad, Map<Object, Object> rewards)
Called to notify that an action for an incentivised ad was completed.
abstract void onUserLeftApplication(InMobiBanner ad)
Called to notify that the user is about to leave the application as a result of interacting with the ad.

Public Methods

public abstract void onAdDismissed (InMobiBanner ad)

Called to notify that the User is about to return to the application after closing the ad.

public abstract void onAdDisplayed (InMobiBanner ad)

Called to notify that the banner ad was displayed

public abstract void onAdInteraction (InMobiBanner ad, Map<Object, Object> params)

Called to notify that the user interacted with the ad.

public abstract void onAdLoadFailed (InMobiBanner ad, InMobiAdRequestStatus status)

Called to notify that a request to load an ad failed.

public abstract void onAdLoadSucceeded (InMobiBanner ad)

Called to notify that an ad was successfully loaded.

public abstract void onAdRewardActionCompleted (InMobiBanner ad, Map<Object, Object> rewards)

Called to notify that an action for an incentivised ad was completed.

public abstract void onUserLeftApplication (InMobiBanner ad)

Called to notify that the user is about to leave the application as a result of interacting with the ad.