Package org.prebid.mobile.api.mediation
Class MediationRewardedVideoAdUnit
-
- All Implemented Interfaces:
public class MediationRewardedVideoAdUnit extends MediationBaseFullScreenAdUnit
Mediation rewarded ad unit for Rendering API with AdMob or AppLovin MAX.
-
-
Constructor Summary
Constructors Constructor Description MediationRewardedVideoAdUnit(Context context, String configId, PrebidMediationDelegate mediationDelegate)Default constructor.
-
Method Summary
Modifier and Type Method Description voidfetchDemand(OnFetchCompleteListener listener)Loads ad and applies mediation delegate. -
Methods inherited from class org.prebid.mobile.api.mediation.MediationBaseFullScreenAdUnit
setCloseButtonArea, setCloseButtonPosition, setIsMuted, setIsSoundButtonVisible, setMaxVideoDuration, setSkipButtonArea, setSkipButtonPosition, setSkipDelay -
Methods inherited from class org.prebid.mobile.api.mediation.MediationBaseAdUnit
destroy, getGlobalOrtbConfig, getImpOrtbConfig, getPbAdSlot, setGlobalOrtbConfig, setImpOrtbConfig, setPbAdSlot -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
fetchDemand
void fetchDemand(OnFetchCompleteListener listener)
Loads ad and applies mediation delegate.
- Parameters:
listener- callback when operation is completed (success or fail)
-
-
-
-