public interface

PlayerControlView.OnFullScreenModeChangedListener

 androidx.media3.ui.PlayerControlView.OnFullScreenModeChangedListener

Overview

Listener to be invoked to inform the fullscreen mode is changed. Application should handle the fullscreen mode accordingly.

Summary

Methods
public voidonFullScreenModeChanged(boolean isFullScreen)

Called to indicate a fullscreen mode change.

Methods

public void onFullScreenModeChanged(boolean isFullScreen)

Called to indicate a fullscreen mode change.

Parameters:

isFullScreen: true if the video rendering surface should be fullscreen false otherwise.