Picture In Picture Handler
interface PictureInPictureHandler
Content copied to clipboard
Represents the base functions required by PlayerView to enable and handle Picture-In-Picture mode.
Do not invoke the functions of the implementing class on your own. PlayerView will handle them (after setting the handler via PlayerView.setPictureInPictureHandler).
Properties
Functions
enterPictureInPicture
Link copied to clipboard
abstract fun enterPictureInPicture()
Content copied to clipboard
exitPictureInPicture
Link copied to clipboard
abstract fun exitPictureInPicture()
Content copied to clipboard