-
- All Implemented Interfaces:
-
org.prebid.mobile.rendering.bidding.interfaces.InterstitialEventHandler
public class StandaloneInterstitialEventHandler implements InterstitialEventHandler
-
-
Field Summary
Fields Modifier and Type Field Description private InterstitialEventListenerinterstitialEventListener
-
Method Summary
Modifier and Type Method Description voidsetInterstitialEventListener(InterstitialEventListener interstitialEventListener)voidrequestAdWithBid(@Nullable() Bid bid)voidshow()voidtrackImpression()voiddestroy()-
-
Method Detail
-
setInterstitialEventListener
void setInterstitialEventListener(InterstitialEventListener interstitialEventListener)
-
requestAdWithBid
void requestAdWithBid(@Nullable() Bid bid)
-
show
void show()
-
trackImpression
void trackImpression()
-
destroy
void destroy()
-
-
-
-