Interface VideoAd
-
- All Implemented Interfaces:
public interface VideoAdThis class provides information about video ad
-
-
Method Summary
Modifier and Type Method Description abstract SkipInfogetSkipInfo()Gets video ad skip information abstract MediaFilegetMediaFile()Gets video ad playback information abstract AdPodInfogetAdPodInfo()Gets ad pod information abstract StringgetInfo()Gets video ad additional information abstract LonggetDuration()Gets video ad duration in milliseconds -
-
Method Detail
-
getSkipInfo
abstract SkipInfo getSkipInfo()
Gets video ad skip information
-
getMediaFile
abstract MediaFile getMediaFile()
Gets video ad playback information
-
getAdPodInfo
abstract AdPodInfo getAdPodInfo()
Gets ad pod information
-
getDuration
abstract Long getDuration()
Gets video ad duration in milliseconds
-
-
-
-