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