Package 

Interface AdPodListener


  • 
    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
      abstract void onAdPodStarted(AdPod adPod) Indicates than an Ad pod has started.
      abstract void onAdPodEnded(AdPod adPod) Indicates than an Ad pod has ended.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • onAdPodStarted

         abstract void onAdPodStarted(AdPod adPod)

        Indicates than an Ad pod has started.

        Parameters:
        adPod - the Ad pod
      • onAdPodEnded

         abstract void onAdPodEnded(AdPod adPod)

        Indicates than an Ad pod has ended.

        Parameters:
        adPod - the Ad pod