toggle menu
Brightcove Player SDK for Android 10.1.2
10.1.2
sdk
switch theme
search in API
sdk
/
com.brightcove.player.util
/
EventEmitterUtil
Event
Emitter
Util
class
EventEmitterUtil
An utility class to emit common events in the Brightcove SDK.
Members
Constructors
Event
Emitter
Util
Link copied to clipboard
constructor
(
)
Functions
emit
Error
Link copied to clipboard
open
fun
emitError
(
eventEmitter
:
EventEmitter
,
message
:
String
)
open
fun
emitError
(
eventEmitter
:
EventEmitter
,
message
:
String
,
exception
:
Exception
)
Emits an
ERROR
event with a
MESSAGE
property.