Interface VideoPlayerEvents.OnControlsListener
- All Superinterfaces:
EventListener
- All Known Subinterfaces:
VastAdsViewModel
- Enclosing interface:
- VideoPlayerEvents
Event listener for onControls.
-
Method Summary
Modifier and TypeMethodDescriptionvoidonControls(ControlsEvent controlsEvent) Fired when controls are enabled or disabled through the API.
-
Method Details
-
onControls
Fired when controls are enabled or disabled through the API.- Parameters:
controlsEvent- The payload that accompanies the onControls() event.
-