Package com.naver.ads.video.vast.raw
Interface Linear
-
- All Implemented Interfaces:
public interface LinearRepresents a parsed
<Linear>element.
-
-
Method Summary
Modifier and Type Method Description abstract LonggetSkipOffset()the time value that identifies when skip controls are made available to the end user. abstract LonggetDuration()the duration of this linear ad. abstract MediaFilesgetMediaFiles()the MediaFiles. abstract AdParametersgetAdParameters()the AdParameters. abstract List<Tracking>getTrackingEvents()the list of Tracking. abstract VideoClicksgetVideoClicks()the VideoClicks. abstract List<Icon>getIcons()the list of Icon. -
-
Method Detail
-
getSkipOffset
abstract Long getSkipOffset()
the time value that identifies when skip controls are made available to the end user.
-
getDuration
abstract Long getDuration()
the duration of this linear ad.
-
getMediaFiles
abstract MediaFiles getMediaFiles()
the MediaFiles.
-
getAdParameters
abstract AdParameters getAdParameters()
the AdParameters.
-
getTrackingEvents
abstract List<Tracking> getTrackingEvents()
the list of Tracking.
-
getVideoClicks
abstract VideoClicks getVideoClicks()
the VideoClicks.
-
-
-
-