ErrorEvent

data class ErrorEvent(val error: Throwable, val source: PlayerEventSource = PlayerEventSource.Player) : PlayerEvent

player error when rendering or misc, used to display toast or log

Constructors

Link copied to clipboard
constructor(error: Throwable, source: PlayerEventSource = PlayerEventSource.Player)

Properties

Link copied to clipboard
Link copied to clipboard
open override val source: PlayerEventSource