toggle menu
Brightcove Player SDK for Android 10.1.3
10.1.3
sdk
switch theme
search in API
sdk
/
com.brightcove.player.edge
/
ErrorListener
Error
Listener
abstract
class
ErrorListener
ErrorListener identifies objects that might receive an error from an asynchronous operation.
Inheritors
PlaylistListener
VideoListener
Members
Constructors
Error
Listener
Link copied to clipboard
constructor
(
)
Functions
on
Error
Link copied to clipboard
open
fun
onError
(
error
:
String
)
open
fun
onError
(
errors
:
List
<
CatalogError
>
)
This method must be implemented to handle any error that occurs during an asynchronous operation.