OnFullScreenListener
interface OnFullScreenListener
androidx.media2.widget.MediaControlView.OnFullScreenListener |
Interface definition of a callback to be invoked to inform the fullscreen mode is changed. Application should handle the fullscreen mode accordingly.
Summary
Public methods | |
---|---|
abstract Unit |
onFullScreen(@NonNull view: View, fullScreen: Boolean) Called to indicate a fullscreen mode change. |