FullscreenEvent

class FullscreenEvent(val isFullscreen: Boolean) : FlowplayerEvent

See OnFullscreenListener for more information.

Parameters

isFullscreen

True if the player has entered full-screen mode. Otherwise, false.

Constructors

Link copied to clipboard
constructor(isFullscreen: Boolean)

Properties

Link copied to clipboard