-
- All Implemented Interfaces:
-
com.theoplayer.android.api.verizonmedia.reponses.VerizonMediaPreplayBaseResponse
public interface VerizonMediaPreplayVodResponse implements VerizonMediaPreplayBaseResponse
The Verizon Media Preplay VOD Response API.
-
-
Method Summary
Modifier and Type Method Description abstract VerizonMediaResponseVodAds
getAds()
The advertisement information. abstract String
getInterstitialURL()
The URL to the interstitial information (Nullable) - This file is a XML.
- This parameter reports 'null' when ads are not found.
-
Methods inherited from class com.theoplayer.android.api.verizonmedia.reponses.VerizonMediaPreplayBaseResponse
getPlayURL, getPrefix, getSid, getVerizonMediaPreplayResponseType, getVerizonMediaResponseDrm
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
getAds
@Nullable() abstract VerizonMediaResponseVodAds getAds()
The advertisement information.
-
getInterstitialURL
@Nullable() abstract String getInterstitialURL()
The URL to the interstitial information (Nullable)
- This file is a XML.
- This parameter reports 'null' when ads are not found.
-
-
-