public final class FullScreenController
extends java.lang.Object
| Constructor and Description | 
|---|
FullScreenController(BaseVideoView videoView)
Builds a controller to manage entering and exiting full screen mode for a given video view. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
boolean | 
isFullScreen()
Obtains the full screen mode from the controller's perspective. 
 | 
public FullScreenController(@NonNull
                            BaseVideoView videoView)
videoView - The non-null SDK video view object, one that has an event emitter.