Package com.brightcove.ssai.ad
Interface AdPodListener
- All Known Implementing Classes:
AdOverlayHandler
,UIManager
public interface AdPodListener
Listener that specifies when a an Ad pod has started and when it has ended.
-
Method Summary
Modifier and TypeMethodDescriptionvoid
onAdPodEnded
(AdPod adPod) Indicates than an Ad pod has ended.void
onAdPodStarted
(AdPod adPod) Indicates than an Ad pod has started.
-
Method Details
-
onAdPodStarted
Indicates than an Ad pod has started.- Parameters:
adPod
- the Ad pod
-
onAdPodEnded
Indicates than an Ad pod has ended.- Parameters:
adPod
- the Ad pod
-