Class AdMobMediationBannerUtils

  • All Implemented Interfaces:
    org.prebid.mobile.rendering.bidding.display.PrebidMediationDelegate

    
    public class AdMobMediationBannerUtils
     implements PrebidMediationDelegate
                        

    Banner mediation delegate.

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      void setResponseToLocalExtras(BidResponse response) Sets response into a given mediation ad object
      boolean canPerformRefresh() Checks if banner view is visible, and it is possible to make refresh.
      void handleKeywordsUpdate(HashMap<String, String> keywords) Sets keywords into a given mediation ad object
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • AdMobMediationBannerUtils

        AdMobMediationBannerUtils(Bundle adMobExtrasBundle, AdView adView)