Package com.yandex.mobile.ads.instream
Class InstreamAdBreakPosition
-
- All Implemented Interfaces:
public final class InstreamAdBreakPosition
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public enum
InstreamAdBreakPosition.Type
-
Field Summary
Fields Modifier and Type Field Description private final InstreamAdBreakPosition.Type
positionType
private final Long
value
-
Constructor Summary
Constructors Constructor Description InstreamAdBreakPosition(InstreamAdBreakPosition.Type positionType, Long value)
-
Method Summary
Modifier and Type Method Description final InstreamAdBreakPosition.Type
getPositionType()
Provides type of ad break time offset position. final Long
getValue()
Provides ad break time offset value. -
-
Constructor Detail
-
InstreamAdBreakPosition
InstreamAdBreakPosition(InstreamAdBreakPosition.Type positionType, Long value)
-
-
Method Detail
-
getPositionType
final InstreamAdBreakPosition.Type getPositionType()
Provides type of ad break time offset position. Allowed values see in Type
-
-
-
-