Package 

Class AdOverlayHandler

  • All Implemented Interfaces:
    com.brightcove.dai.ui.AdOverlayConfigListener , com.brightcove.player.event.Component

    @ListensFor(events = {EventType.AD_PROGRESS})@Emits(events = {}) 
    public class AdOverlayHandler
    extends AbstractComponent implements AdOverlayConfigListener
                        
    • Constructor Summary

      Constructors 
      Constructor Description
      AdOverlayHandler(BaseVideoView baseVideoView, Timeline timeline)
    • Method Summary

      Modifier and Type Method Description
      void onAdStarted(Ad ad)
      void onAdCompleted(Ad ad)
      void onAdOverlayConfigChanged(@NonNull() AdOverlayConfig adOverlayConfig) Triggered when there is a AdOverlayConfig change.
      void removeListeners()
      • Methods inherited from class com.brightcove.player.event.AbstractComponent

        addListener, addOnceListener, getEventEmitter, removeListener, removeListeners
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait