Package org.prebid.mobile
Class VideoBaseAdUnit
java.lang.Object
org.prebid.mobile.AdUnit
org.prebid.mobile.VideoBaseAdUnit
- Direct Known Subclasses:
InStreamVideoAdUnit
,RewardedVideoAdUnit
,VideoAdUnit
,VideoInterstitialAdUnit
Video base ad unit with video parameters.
-
Nested Class Summary
Nested Classes -
Field Summary
Fields inherited from class org.prebid.mobile.AdUnit
adObject, allowNullableAdObject, bidLoader, bidResponse, configuration
-
Method Summary
Modifier and TypeMethodDescriptionDeprecated.use `getVideoParameters()`void
setImpOrtbConfig
(String ortbConfig) Sets imp level OpenRTB config JSON string that will be merged with the original imp object in the bid request.void
setParameters
(VideoBaseAdUnit.Parameters parameters) Deprecated.use `setVideoParameters()`void
setVideoParameters
(VideoParameters parameters) 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, getPbAdSlot, getUserData, removeContextData, removeContextKeyword, removeExtData, removeExtKeyword, resumeAutoRefresh, setAppContent, setAutoRefreshInterval, setAutoRefreshPeriodMillis, setGpid, setOrtbConfig, setPbAdSlot, stopAutoRefresh, updateContextData, updateExtData
-
Method Details
-
getVideoParameters
-
setVideoParameters
-
getImpOrtbConfig
- Overrides:
getImpOrtbConfig
in classAdUnit
-
setImpOrtbConfig
Description copied from class:AdUnit
Sets imp level OpenRTB config JSON string that will be merged with the original imp object in the bid request. Expected format:"{"new_field": "value"}"
.- Overrides:
setImpOrtbConfig
in classAdUnit
- Parameters:
ortbConfig
- JSON config string.
-
setParameters
Deprecated.use `setVideoParameters()` -
getParameters
Deprecated.use `getVideoParameters()`
-