FullscreenHandler

Implemented by the host app to enter/exit fullscreen presentation (orientation, system bars, layout). The player view only toggles state and renders the fullscreen button when a handler is provided.

ActivityFullscreenHandler is a ready-made implementation covering the common case (system bars + optional landscape orientation handling); implement this interface directly only for custom presentations.

Inheritors

Functions

Link copied to clipboard
abstract fun onEnterFullscreen()
Link copied to clipboard
abstract fun onExitFullscreen()