public static interface

InMobiNative.NativeAdRequestListener

com.inmobi.ads.InMobiNative.NativeAdRequestListener

Class Overview

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

Summary

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

Public Methods

public abstract void onAdRequestCompleted (InMobiAdRequestStatus status, InMobiNative inMobiNative)

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