Package com.naver.ads.video.vast
Interface ResolvedLinear
-
- All Implemented Interfaces:
-
android.os.Parcelable,com.naver.ads.video.player.ClickTrackingProvider,com.naver.ads.video.player.TrackingProvider,com.naver.ads.video.vast.ResolvedCreative
public interface ResolvedLinear implements ResolvedCreative
Represents a resolved com.naver.ads.video.vast.raw.Linear
-
-
Method Summary
Modifier and Type Method Description abstract LonggetDuration()the duration of linear creative. abstract LonggetSkipOffset()the time value that identifies when skip controls are made available to the end user. abstract List<MediaFile>getMediaFiles()the list of MediaFile. abstract MezzaninegetMezzanine()the mezzanine. abstract InteractiveCreativeFilegetInteractiveCreativeFile()the value used to identify the file and the framework needed for execution. abstract List<ClosedCaptionFile>getClosedCaptionFiles()the closed caption sidecar files associated with the ad media to be provided to the player. abstract List<ResolvedIcon>getIcons()the list of ResolvedIcon -
-
Method Detail
-
getDuration
abstract Long getDuration()
the duration of linear creative.
-
getSkipOffset
abstract Long getSkipOffset()
the time value that identifies when skip controls are made available to the end user.
-
getMediaFiles
abstract List<MediaFile> getMediaFiles()
the list of MediaFile.
-
getMezzanine
abstract Mezzanine getMezzanine()
the mezzanine.
-
getInteractiveCreativeFile
abstract InteractiveCreativeFile getInteractiveCreativeFile()
the value used to identify the file and the framework needed for execution.
-
getClosedCaptionFiles
abstract List<ClosedCaptionFile> getClosedCaptionFiles()
the closed caption sidecar files associated with the ad media to be provided to the player.
-
getIcons
abstract List<ResolvedIcon> getIcons()
the list of ResolvedIcon
-
-
-
-