Player Module
3.36.0
androidJvm
Player Module
/
com.bitmovin.player
/
PlayerView
/
on
on
open
override
fun
<
E
:
Event
>
on
(
eventClass
:
KClass
<
E
>
,
action
:
(
E
)
->
Unit
)
Subscribes the
action
to be executed when an event of type
E
is emitted.