public interface PreloadManager
abstract Unit
preload()
load()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
@UiThread() abstract Unit preload()
Method to preload an ad. In case of success, #onAdFetchSuccessful(Ad, AdMetaInfo) is invoked otherwise #onAdFetchFailed(Ad, InMobiAdRequestStatus).
@UiThread() abstract Unit load()
Method to load the ad content for the ad which was preloaded using .preload method. In case of success, #onAdLoadSucceeded(Ad, AdMetaInfo) is invoked otherwise #onAdLoadFailed(Ad, InMobiAdRequestStatus).