PlaybackStateEvent
data class PlaybackStateEvent(val playbackState: PlaybackState, val cause: PlaybackStateEvent.Cause, val timestamp: Duration? = null)(source)
Constructors
Link copied to clipboard
constructor(playbackState: PlaybackState, cause: PlaybackStateEvent.Cause, timestamp: Duration? = null)