Player Module
3.36.0
androidJvm
Player Module
/
com.bitmovin.player
/
PlayerView
/
off
off
open
override
fun
<
E
:
Event
>
off
(
eventClass
:
KClass
<
E
>
,
action
:
(
E
)
->
Unit
)
Unsubscribes the
action
for the specified event.
open
override
fun
<
E
:
Event
>
off
(
action
:
(
E
)
->
Unit
)
Unsubscribes the
action
for all events.