lib / tv.smartclip.smartclientandroid.lib.smartcorefacade / ErrorReceiver / newError

newError

abstract fun newError(error: SxMediaError): Unit

Propagates a new SxMediaError to the core and any registered EventProvider listener.

abstract fun newError(throwable: Throwable): Unit

Builds a new SxMediaError out of the provided throwable thrown by the ExoPlayer and propagates it to the core and any registered EventProvider listener.