Interface VideoPlayerEvents.OnControlsListener

All Superinterfaces:
EventListener
All Known Subinterfaces:
VastAdsViewModel
Enclosing interface:
VideoPlayerEvents

public static interface VideoPlayerEvents.OnControlsListener extends EventListener
Event listener for onControls.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    onControls(ControlsEvent controlsEvent)
    Fired when controls are enabled or disabled through the API.
  • Method Details

    • onControls

      void onControls(ControlsEvent controlsEvent)
      Fired when controls are enabled or disabled through the API.
      Parameters:
      controlsEvent - The payload that accompanies the onControls() event.