java.lang.Object | |
↳ | com.inmobi.ads.listeners.BannerAdEventListener |
A listener for receiving notifications during the lifecycle of a banner ad.
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Called to notify that the user interacted with the ad.
| |||||||||||
Called to notify that the User is about to return to the application after closing the ad.
| |||||||||||
Called to notify that the banner ad was displayed
| |||||||||||
Called to notify that a request to load an ad failed.
| |||||||||||
Called to notify that an ad was successfully loaded.
| |||||||||||
Called to notify when the request payload is created
| |||||||||||
Called to notify when the request payload creation fails
| |||||||||||
Called to notify that a reward was unlocked.
| |||||||||||
Called to notify that the user is about to leave the application as a result of interacting with the ad.
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
Called to notify that the user interacted with the ad.
ad | Represents the InMobiBanner ad on which user clicked |
---|---|
params | Represents the click parameters |
Called to notify that the User is about to return to the application after closing the ad.
ad | Represents the InMobiBanner ad which was closed
|
---|
Called to notify that the banner ad was displayed
ad | Represents the InMobiBanner ad which was displayed
|
---|
Called to notify that a request to load an ad failed.
ad | Represents the InMobiBanner ad which failed to load |
---|---|
status | Represents the InMobiAdRequestStatus status containing error reason
|
Called to notify that an ad was successfully loaded.
ad | Represents the InMobiBanner ad which was loaded
|
---|
Called to notify when the request payload is created
requestPayload | Represents the request payload |
---|
Called to notify when the request payload creation fails
status | Represents the InMobiAdRequestStatus status containing error reason
|
---|
Called to notify that a reward was unlocked.
ad | Represents the InMobiBanner ad for which rewards was unlocked |
---|---|
rewards | Represents the rewards unlocked |
Called to notify that the user is about to leave the application as a result of interacting with the ad.
ad | Represents the InMobiBanner ad
|
---|