PlaybackListener

Listener for playback related events.

Inheritors

Functions

Link copied to clipboard
abstract fun onComplete(duration: Long)
Indicates when the video playback has completed.
Link copied to clipboard
abstract fun onPause(playheadPosition: Long)
Indicates a pause event.
Link copied to clipboard
abstract fun onPlay(playheadPosition: Long)
Indicates a play event.