public abstract class AdUrlGenerator extends BaseUrlGenerator
Modifier and Type | Field and Description |
---|---|
protected java.lang.String |
mAdUnitId |
protected android.content.Context |
mContext |
protected java.lang.String |
mKeywords |
protected android.location.Location |
mLocation |
Constructor and Description |
---|
AdUrlGenerator(android.content.Context context) |
Modifier and Type | Method and Description |
---|---|
protected void |
addBaseParams(ClientMetadata clientMetadata) |
protected void |
setAdUnitId(java.lang.String adUnitId) |
protected void |
setBundleId(java.lang.String bundleId) |
protected void |
setCarrierName(java.lang.String networkOperatorName) |
protected void |
setDensity(float density) |
protected void |
setIsoCountryCode(java.lang.String networkCountryIso) |
protected void |
setKeywords(java.lang.String keywords) |
protected void |
setLocation(android.location.Location location) |
protected void |
setMccCode(java.lang.String networkOperator) |
protected void |
setMncCode(java.lang.String networkOperator) |
protected void |
setMraidFlag(boolean mraid) |
protected void |
setNetworkType(ClientMetadata.MoPubNetworkType networkType) |
protected void |
setOrientation(java.lang.String orientation) |
protected void |
setSdkVersion(java.lang.String sdkVersion) |
protected void |
setTimezone(java.lang.String timeZoneOffsetString) |
AdUrlGenerator |
withAdUnitId(java.lang.String adUnitId) |
AdUrlGenerator |
withFacebookSupported(boolean enabled)
Deprecated.
As of release 2.4
|
AdUrlGenerator |
withKeywords(java.lang.String keywords) |
AdUrlGenerator |
withLocation(android.location.Location location) |
addParam, appendAdvertisingInfoTemplates, generateUrlString, getFinalUrlString, initUrlString, setApiVersion, setAppVersion, setDeviceDimensions, setDeviceInfo, setDoNotTrack, setExternalStoragePermission, setUdid
protected android.content.Context mContext
protected java.lang.String mAdUnitId
protected java.lang.String mKeywords
protected android.location.Location mLocation
public AdUrlGenerator withAdUnitId(java.lang.String adUnitId)
public AdUrlGenerator withKeywords(java.lang.String keywords)
public AdUrlGenerator withLocation(android.location.Location location)
protected void setAdUnitId(java.lang.String adUnitId)
protected void setSdkVersion(java.lang.String sdkVersion)
protected void setKeywords(java.lang.String keywords)
protected void setLocation(android.location.Location location)
protected void setTimezone(java.lang.String timeZoneOffsetString)
protected void setOrientation(java.lang.String orientation)
protected void setDensity(float density)
protected void setMraidFlag(boolean mraid)
protected void setMccCode(java.lang.String networkOperator)
protected void setMncCode(java.lang.String networkOperator)
protected void setIsoCountryCode(java.lang.String networkCountryIso)
protected void setCarrierName(java.lang.String networkOperatorName)
protected void setNetworkType(ClientMetadata.MoPubNetworkType networkType)
protected void setBundleId(java.lang.String bundleId)
protected void addBaseParams(ClientMetadata clientMetadata)
@Deprecated public AdUrlGenerator withFacebookSupported(boolean enabled)