Package com.inmobi.ads
Class InMobiBanner.BannerCallbacks
- java.lang.Object
-
- PublisherCallbacks
-
- com.inmobi.ads.InMobiBanner.BannerCallbacks
-
- Enclosing class:
- InMobiBanner
public static final class InMobiBanner.BannerCallbacks extends PublisherCallbacks
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected byte
getType()
protected void
onAdClicked(java.util.Map<java.lang.Object,java.lang.Object> params)
protected void
onAdDismissed()
protected void
onAdDisplayed(AdMetaInfo info)
protected void
onAdFetchFailed(InMobiAdRequestStatus status)
protected void
onAdFetchSuccessful(AdMetaInfo info)
protected void
onAdImpression(TelemetryOnAdImpression telemetryOnAdImpression)
protected void
onAdLoadFailed(InMobiAdRequestStatus status)
protected void
onAdLoadSucceeded(AdMetaInfo info)
protected void
onRequestPayloadCreated(byte[] request)
protected void
onRequestPayloadCreationFailed(InMobiAdRequestStatus reason)
protected void
onRewardsUnlocked(java.util.Map<java.lang.Object,java.lang.Object> rewards)
protected void
onUserLeftApplication()
-
-
-
Method Detail
-
getType
protected byte getType()
-
onAdFetchSuccessful
protected void onAdFetchSuccessful(AdMetaInfo info)
-
onAdFetchFailed
protected void onAdFetchFailed(InMobiAdRequestStatus status)
-
onAdLoadSucceeded
protected void onAdLoadSucceeded(AdMetaInfo info)
-
onAdLoadFailed
protected void onAdLoadFailed(InMobiAdRequestStatus status)
-
onAdDisplayed
protected void onAdDisplayed(AdMetaInfo info)
-
onAdDismissed
protected void onAdDismissed()
-
onAdClicked
protected void onAdClicked(java.util.Map<java.lang.Object,java.lang.Object> params)
-
onUserLeftApplication
protected void onUserLeftApplication()
-
onRewardsUnlocked
protected void onRewardsUnlocked(java.util.Map<java.lang.Object,java.lang.Object> rewards)
-
onRequestPayloadCreated
protected void onRequestPayloadCreated(byte[] request)
-
onRequestPayloadCreationFailed
protected void onRequestPayloadCreationFailed(InMobiAdRequestStatus reason)
-
onAdImpression
protected void onAdImpression(TelemetryOnAdImpression telemetryOnAdImpression)
-
-