Package org.prebid.mobile.eventhandlers
Class GamInterstitialEventHandler
-
- All Implemented Interfaces:
-
org.prebid.mobile.eventhandlers.GamAdEventListener,org.prebid.mobile.rendering.bidding.interfaces.InterstitialEventHandler
public class GamInterstitialEventHandler implements InterstitialEventHandler, GamAdEventListenerInterstitial event handler for communication between Prebid rendering API and the GAM SDK.
-
-
Constructor Summary
Constructors Constructor Description GamInterstitialEventHandler(Activity activity, String gamAdUnitId)
-
Method Summary
Modifier and Type Method Description voidonEvent(AdEvent adEvent)voidshow()voidrequestAdWithBid(Bid bid)voidtrackImpression()voiddestroy()voidsetInterstitialEventListener(InterstitialEventListener interstitialEventListener)-
-
Method Detail
-
show
void show()
-
requestAdWithBid
void requestAdWithBid(Bid bid)
-
trackImpression
void trackImpression()
-
destroy
void destroy()
-
setInterstitialEventListener
void setInterstitialEventListener(InterstitialEventListener interstitialEventListener)
-
-
-
-