Interface RewardedEventHandler
-
- All Known Implementing Classes:
StandaloneRewardedVideoEventHandler
public interface RewardedEventHandler
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voiddestroy()voidrequestAdWithBid(Bid bid)voidsetRewardedEventListener(RewardedVideoEventListener listener)voidshow()voidtrackImpression()
-
-
-
Method Detail
-
setRewardedEventListener
void setRewardedEventListener(RewardedVideoEventListener listener)
-
requestAdWithBid
void requestAdWithBid(Bid bid)
-
show
void show()
-
trackImpression
void trackImpression()
-
destroy
void destroy()
-
-