ProgressEvent

class ProgressEvent(val progress: Long) : FlowplayerEvent

See OnProgressListener for more information.

Parameters

progress

Player's current progress (in seconds).

Constructors

Link copied to clipboard
constructor(progress: Long)

Properties

Link copied to clipboard