onServiceError

abstract fun onServiceError(service: StreamingService, error: Throwable?)

Callback for when a problem occurs accessing a streaming service.

Parameters

service

The streaming service the error occurred on.

error

The error that occurred.