lib / tv.smartclip.smartclientandroid.lib.video_player / PlaybackState / ERROR

ERROR

data class ERROR : PlaybackState

Video player produced exception.

Parameters

throwable - Thrown Throwable

Constructors

<init>

Video player produced exception.

ERROR(throwable: Throwable)

Properties

throwable

Thrown Throwable

val throwable: Throwable