Package org.prebid.mobile.api.rendering
Interface PrebidMobileInterstitialControllerInterface
-
- All Known Implementing Classes:
InterstitialController
public interface PrebidMobileInterstitialControllerInterface
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voiddestroy()voidloadAd(AdUnitConfiguration adUnitConfiguration, BidResponse bidResponse)voidshow()
-
-
-
Method Detail
-
loadAd
void loadAd(AdUnitConfiguration adUnitConfiguration, BidResponse bidResponse)
-
show
void show()
-
destroy
void destroy()
-
-