PlayerEvent
Various player states send as event changes through playerStatusFlow
Inheritors
Types
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
data class Failed(val id: String, val error: MediaPlayerState.PlayerError) : MediaPlayerState.PlayerEvent
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
data class SkipAd(val id: String, val error: MediaPlayerState.PlayerError? = null) : MediaPlayerState.PlayerEvent
Link copied to clipboard