Play Listener
interface PlayListener
Content copied to clipboard
This interface is for clients that want to be notified when a new track begins playback, advances playback, and any time the skippability of the current track changes.
See also
add Play Listener
Functions
on Play Started
Link copied to clipboard
on Progress Update
Link copied to clipboard
abstract fun onProgressUpdate(play: Play, elapsedTime: Float, duration: Float)
Content copied to clipboard
on Skip Status Changed
Link copied to clipboard