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 Type
    Method
    Description
    void
    Indicates than an Ad pod has ended.
    void
    Indicates than an Ad pod has started.
  • Method Details

    • onAdPodStarted

      void onAdPodStarted(AdPod adPod)
      Indicates than an Ad pod has started.
      Parameters:
      adPod - the Ad pod
    • onAdPodEnded

      void onAdPodEnded(AdPod adPod)
      Indicates than an Ad pod has ended.
      Parameters:
      adPod - the Ad pod