public static interface

InMobiBanner.BannerAdRequestListener

com.inmobi.ads.InMobiBanner.BannerAdRequestListener

Class Overview

A listener to notify the outcome of a prefetch ad request.

Summary

Public Methods
abstract void onAdRequestCompleted(InMobiAdRequestStatus status, InMobiBanner inMobiBanner)
Called to notify that a request to prefetch an ad returned a result.

Public Methods

public abstract void onAdRequestCompleted (InMobiAdRequestStatus status, InMobiBanner inMobiBanner)

Called to notify that a request to prefetch an ad returned a result. A non-null InMobiBanner instance is available as the second parameter in this event if the request status was NO_ERROR.

Parameters
status Represents the request status
inMobiBanner Represents the banner ad object