Package org.prebid.mobile
Class InterstitialAdUnit
java.lang.Object
org.prebid.mobile.AdUnit
org.prebid.mobile.BannerBaseAdUnit
org.prebid.mobile.InterstitialAdUnit
-
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
ConstructorsConstructorDescriptionInterstitialAdUnit(String configId) InterstitialAdUnit(String configId, int minWidthPerc, int minHeightPerc) InterstitialAdUnit(String configId, EnumSet<AdUnitFormat> adUnitFormats) Constructor for multi-format request. -
Method Summary
Modifier and TypeMethodDescriptionvoidsetMinSizePercentage(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
-
InterstitialAdUnit
-
InterstitialAdUnit
-
InterstitialAdUnit
Constructor for multi-format request.- Parameters:
adUnitFormats- for example `EnumSet.of(AdUnitFormat.DISPLAY, AdUnitFormat.VIDEO);`
-
-
Method Details
-
setMinSizePercentage
public void setMinSizePercentage(int width, int height) -
getOrtbConfig
- Overrides:
getOrtbConfigin classBannerBaseAdUnit
-
setOrtbConfig
- Overrides:
setOrtbConfigin classBannerBaseAdUnit
-