Package org.prebid.mobile
Class BannerAdUnit
java.lang.Object
org.prebid.mobile.AdUnit
org.prebid.mobile.BannerBaseAdUnit
org.prebid.mobile.BannerAdUnit
-
Nested Class Summary
Nested classes/interfaces inherited from class org.prebid.mobile.BannerBaseAdUnit
BannerBaseAdUnit.Parameters -
Field Summary
Fields inherited from class org.prebid.mobile.AdUnit
adObject, allowNullableAdObject, bidLoader, bidResponse, configuration -
Constructor Summary
ConstructorsConstructorDescriptionBannerAdUnit(String configId, int width, int height) BannerAdUnit(String configId, int width, int height, EnumSet<AdUnitFormat> adUnitFormats) Constructor for multi-format or video banner request. -
Method Summary
Modifier and TypeMethodDescriptionvoidaddAdditionalSize(int width, int height) voidsetOrtbConfig(String ortbConfig) Methods inherited from class org.prebid.mobile.BannerBaseAdUnit
getBannerParameters, getParameters, getVideoParameters, setBannerParameters, setParameters, setVideoParametersMethods inherited from class org.prebid.mobile.AdUnit
addContextData, addContextKeyword, addContextKeywords, addExtData, addExtKeyword, addExtKeywords, addUserData, clearContextData, clearContextKeywords, clearExtData, clearExtKeywords, clearUserData, convertToResultCode, createBidListener, destroy, fetchDemand, fetchDemand, fetchDemand, getAppContent, getConfiguration, getGpid, getPbAdSlot, getUserData, removeContextData, removeContextKeyword, removeExtData, removeExtKeyword, resumeAutoRefresh, setAppContent, setAutoRefreshInterval, setAutoRefreshPeriodMillis, setGpid, setPbAdSlot, stopAutoRefresh, updateContextData, updateExtData
-
Constructor Details
-
BannerAdUnit
-
BannerAdUnit
Constructor for multi-format or video banner request.- Parameters:
adUnitFormats-for multi-format request `EnumSet.of(AdUnitFormat.DISPLAY, AdUnitFormat.VIDEO);`
for video banner `EnumSet.of(AdUnitFormat.VIDEO);`
-
-
Method Details
-
addAdditionalSize
public void addAdditionalSize(int width, int height) -
getOrtbConfig
- Overrides:
getOrtbConfigin classBannerBaseAdUnit
-
setOrtbConfig
- Overrides:
setOrtbConfigin classBannerBaseAdUnit
-