Class StandaloneRewardedVideoEventHandler
- java.lang.Object
-
- org.prebid.mobile.rendering.bidding.interfaces.StandaloneRewardedVideoEventHandler
-
- All Implemented Interfaces:
RewardedEventHandler
public class StandaloneRewardedVideoEventHandler extends java.lang.Object implements RewardedEventHandler
-
-
Constructor Summary
Constructors Constructor Description StandaloneRewardedVideoEventHandler()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voiddestroy()voidrequestAdWithBid(Bid bid)voidsetRewardedEventListener(RewardedVideoEventListener listener)voidshow()voidtrackImpression()
-
-
-
Method Detail
-
setRewardedEventListener
public void setRewardedEventListener(RewardedVideoEventListener listener)
- Specified by:
setRewardedEventListenerin interfaceRewardedEventHandler
-
requestAdWithBid
public void requestAdWithBid(Bid bid)
- Specified by:
requestAdWithBidin interfaceRewardedEventHandler
-
show
public void show()
- Specified by:
showin interfaceRewardedEventHandler
-
trackImpression
public void trackImpression()
- Specified by:
trackImpressionin interfaceRewardedEventHandler
-
destroy
public void destroy()
- Specified by:
destroyin interfaceRewardedEventHandler
-
-