com.yandex.mobile.ads.video.playback.model

Interface VideoAd

  1. Method Summary
  2. Method Detail
    1. getSkipInfo
    2. getMediaFile
    3. getAdPodInfo
    4. getInfo


public interface VideoAd
This class provides information about video ad

Method Summary

All Methods
Instance Methods
Abstract Methods
Modifier and TypeMethod and Description
AdPodInfogetAdPodInfo()
Gets ad pod information
java.lang.StringgetInfo()
Gets video ad additional information
MediaFilegetMediaFile()
Gets video ad playback information
SkipInfogetSkipInfo()
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