Package com.brightcove.ssai.ad
Interface AdPodListener
-
- All Known Implementing Classes:
AdOverlayHandler,UIManager
public interface AdPodListenerListener that specifies when a an Ad pod has started and when it has ended.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidonAdPodEnded(AdPod adPod)Indicates than an Ad pod has ended.voidonAdPodStarted(AdPod adPod)Indicates than an Ad pod has started.
-