-
- All Implemented Interfaces:
public class InstreamAdBreakPosition
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public enumInstreamAdBreakPosition.Type
-
Constructor Summary
Constructors Constructor Description InstreamAdBreakPosition(InstreamAdBreakPosition.Type type, long value)
-
Method Summary
Modifier and Type Method Description longgetValue()Provides ad break time offset value. InstreamAdBreakPosition.TypegetPositionType()Provides type of ad break time offset position. -
-
Constructor Detail
-
InstreamAdBreakPosition
InstreamAdBreakPosition(InstreamAdBreakPosition.Type type, long value)
-
-
Method Detail
-
getValue
long getValue()
Provides ad break time offset value. Units can be optained via getPositionType
-
getPositionType
@NonNull() InstreamAdBreakPosition.Type getPositionType()
Provides type of ad break time offset position. Allowed values see in Type
-
-
-
-