LiveEvent

class LiveEvent(val isLive: Boolean) : FlowplayerEvent

See OnLiveStateListener for more information.

Parameters

isLive

True if the player has started a live stream.

Constructors

Link copied to clipboard
constructor(isLive: Boolean)

Properties

Link copied to clipboard