Package org.prebid.mobile
Class VideoBaseAdUnit
-
- All Implemented Interfaces:
public abstract class VideoBaseAdUnit extends AdUnit
Video base ad unit with video parameters.
-
-
Method Summary
Modifier and Type Method Description VideoParametersgetVideoParameters()voidsetVideoParameters(VideoParameters parameters)-
Methods inherited from class org.prebid.mobile.AdUnit
activatePrebidImpressionTracker, destroy, fetchDemand, fetchDemand, getConfiguration, getGlobalOrtbConfig, getGpid, getImpOrtbConfig, getPbAdSlot, resumeAutoRefresh, setAutoRefreshInterval, setGlobalOrtbConfig, setGpid, setImpOrtbConfig, setPbAdSlot, stopAutoRefresh -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
getVideoParameters
VideoParameters getVideoParameters()
-
setVideoParameters
void setVideoParameters(VideoParameters parameters)
-
-
-
-