Package org.prebid.mobile
Class InterstitialAdUnit
java.lang.Object
org.prebid.mobile.AdUnit
org.prebid.mobile.BannerBaseAdUnit
org.prebid.mobile.InterstitialAdUnit
Original API interstitial ad unit.
-
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) Default constructor.InterstitialAdUnit
(String configId, int minWidthPerc, int minHeightPerc) Constructor with min percentage width and height.InterstitialAdUnit
(String configId, EnumSet<AdUnitFormat> adUnitFormats) Constructor for multi-format request. -
Method Summary
Methods inherited from class org.prebid.mobile.BannerBaseAdUnit
getBannerParameters, getParameters, getVideoParameters, setBannerParameters, setParameters, setVideoParameters
Methods 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, getImpOrtbConfig, getPbAdSlot, getUserData, removeContextData, removeContextKeyword, removeExtData, removeExtKeyword, resumeAutoRefresh, setAppContent, setAutoRefreshInterval, setAutoRefreshPeriodMillis, setGpid, setImpOrtbConfig, setOrtbConfig, setPbAdSlot, stopAutoRefresh, updateContextData, updateExtData
-
Constructor Details
-
InterstitialAdUnit
Default constructor. -
InterstitialAdUnit
Constructor with min percentage width and height. -
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)
-