Package org.prebid.mobile.admob
Class AdMobMediationRewardedUtils
-
- All Implemented Interfaces:
-
org.prebid.mobile.rendering.bidding.display.PrebidMediationDelegate
public class AdMobMediationRewardedUtils implements PrebidMediationDelegateInternal mediation delegate.
-
-
Constructor Summary
Constructors Constructor Description AdMobMediationRewardedUtils(Bundle adMobExtrasBundle)
-
Method Summary
Modifier and Type Method Description voidsetResponseToLocalExtras(BidResponse response)Sets response into a given mediation ad object voidhandleKeywordsUpdate(HashMap<String, String> keywords)Sets keywords into a given mediation ad object booleancanPerformRefresh()Checks if banner view is visible, and it is possible to make refresh. -
-
Constructor Detail
-
AdMobMediationRewardedUtils
AdMobMediationRewardedUtils(Bundle adMobExtrasBundle)
-
-
Method Detail
-
setResponseToLocalExtras
void setResponseToLocalExtras(BidResponse response)
Sets response into a given mediation ad object
-
handleKeywordsUpdate
void handleKeywordsUpdate(HashMap<String, String> keywords)
Sets keywords into a given mediation ad object
-
canPerformRefresh
boolean canPerformRefresh()
Checks if banner view is visible, and it is possible to make refresh.
-
-
-
-