Interface Interstitial
-
- All Implemented Interfaces:
public interface InterstitialThe THEOads interstitial.
-
-
Method Summary
Modifier and Type Method Description abstract InterstitialTypegetType()abstract StringgetId()abstract DoublegetStartTime()abstract DoublegetDuration()abstract Map<String, String>getAdTagParameters()The ad tag parameters that are used for this specific ad break. abstract UnitsetAdTagParameters(Map<String, String> adTagParameters)The ad tag parameters that are used for this specific ad break. -
-
Method Detail
-
getType
abstract InterstitialType getType()
-
getStartTime
abstract Double getStartTime()
-
getDuration
abstract Double getDuration()
-
getAdTagParameters
abstract Map<String, String> getAdTagParameters()
The ad tag parameters that are used for this specific ad break.
-
setAdTagParameters
abstract Unit setAdTagParameters(Map<String, String> adTagParameters)
The ad tag parameters that are used for this specific ad break.
-
-
-
-