Class UIManager

All Implemented Interfaces:
Component, AdPodListener, AdOverlayConfigListener

@Emits(events="setMarkers") public class UIManager extends AbstractComponent implements AdPodListener, AdOverlayConfigListener
Class responsible to update the UI elements of the BaseVideoView and the BrightcoveMediaController.
  • Constructor Details

    • UIManager

      public UIManager(@NonNull BaseVideoView baseVideoView, @NonNull TimelineManager timelineManager)
      Instantiates a new Ui manager.
      Parameters:
      baseVideoView - the base video view
      timelineManager - the timeline manager
  • Method Details