Interface VideoAd
-
public interface VideoAdThis class provides information about video ad
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AdPodInfogetAdPodInfo()Gets ad pod informationjava.lang.StringgetInfo()Gets video ad additional informationMediaFilegetMediaFile()Gets video ad playback informationSkipInfogetSkipInfo()Gets video ad skip information
-
-
-
Method Detail
-
getSkipInfo
@Nullable SkipInfo getSkipInfo()
Gets video ad skip information- Returns:
- video ad skip information or null if video ad not skippable
-
getMediaFile
@NonNull MediaFile getMediaFile()
Gets video ad playback information- Returns:
- video ad playback information
-
getAdPodInfo
@NonNull AdPodInfo getAdPodInfo()
Gets ad pod information- Returns:
- ad pod information
-
getInfo
@Nullable java.lang.String getInfo()
Gets video ad additional information- Returns:
- video ad additional information
-
-