public interface PreloadManager
Modifier and Type | Method and Description |
---|---|
void |
load()
Method to load the ad content for the ad which was preloaded using
preload() method. |
void |
preload()
Method to preload an ad.
|
void preload()
void load()
preload()
method.
In case of success, #onAdLoadSucceeded(Ad, AdMetaInfo) is invoked otherwise
#onAdLoadFailed(Ad, InMobiAdRequestStatus).