Package org.prebid.mobile.eventhandlers
Class GamInterstitialEventHandler
java.lang.Object
org.prebid.mobile.eventhandlers.GamInterstitialEventHandler
Interstitial event handler for communication between Prebid rendering API and the GAM SDK.
-
Constructor Summary
ConstructorsConstructorDescriptionGamInterstitialEventHandler
(android.app.Activity activity, String gamAdUnitId) -
Method Summary
Modifier and TypeMethodDescriptionvoid
destroy()
void
void
requestAdWithBid
(Bid bid) void
setInterstitialEventListener
(InterstitialEventListener interstitialEventListener) void
show()
void
-
Constructor Details
-
GamInterstitialEventHandler
-
-
Method Details
-
onEvent
-
show
public void show() -
setInterstitialEventListener
public void setInterstitialEventListener(InterstitialEventListener interstitialEventListener) -
requestAdWithBid
public void requestAdWithBid(Bid bid) -
trackImpression
public void trackImpression() -
destroy
public void destroy()
-