com.google.ads.mediation.admob
Class AdMobAdapterServerParameters

java.lang.Object
  extended by com.google.ads.mediation.MediationServerParameters
      extended by com.google.ads.mediation.admob.AdMobAdapterServerParameters

public final class AdMobAdapterServerParameters
extends MediationServerParameters

Settings for AdMob from mediation backend.


Nested Class Summary
 
Nested classes/interfaces inherited from class com.google.ads.mediation.MediationServerParameters
MediationServerParameters.MappingException
 
Field Summary
 String adUnitId
          AdMob adUnitId.
 String allowHouseAds
          AdMob allowHouseAds.
 
Constructor Summary
AdMobAdapterServerParameters()
           
 
Method Summary
 
Methods inherited from class com.google.ads.mediation.MediationServerParameters
load
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

adUnitId

public String adUnitId
AdMob adUnitId.


allowHouseAds

public String allowHouseAds
AdMob allowHouseAds.

Constructor Detail

AdMobAdapterServerParameters

public AdMobAdapterServerParameters()