Interface AdPodInfo
-
- All Implemented Interfaces:
public interface AdPodInfo
This class provides information about adpod
-
-
Method Summary
Modifier and Type Method Description abstract Integer
getAdsCount()
Gets ads count in ad pod abstract Integer
getAdPosition()
Gets current video position in ad pod, return 1 if there is no ad pod -
-
Method Detail
-
getAdsCount
abstract Integer getAdsCount()
Gets ads count in ad pod
-
getAdPosition
abstract Integer getAdPosition()
Gets current video position in ad pod, return 1 if there is no ad pod
-
-
-
-