Package org.prebid.mobile
Class InStreamVideoAdUnit
-
- All Implemented Interfaces:
public class InStreamVideoAdUnit extends VideoBaseAdUnit
Original API in-stream video ad unit.
-
-
Constructor Summary
Constructors Constructor Description InStreamVideoAdUnit(String configId, int width, int height)Default constructor.
-
Method Summary
Modifier and Type Method Description -
Methods inherited from class org.prebid.mobile.VideoBaseAdUnit
getVideoParameters, setVideoParameters -
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
-
-
Constructor Detail
-
InStreamVideoAdUnit
InStreamVideoAdUnit(String configId, int width, int height)
Default constructor.
-
-
-
-