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