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