kmp-tor
Toggle table of contents
2.2.0
common
Platform filter
common
Switch theme
Search in API
kmp-tor
runtime
/
io.matthewnelson.kmp.tor.runtime
/
RuntimeEvent
/
Processor
/
unsubscribeAll
unsubscribe
All
abstract
fun
unsubscribeAll
(
event
:
RuntimeEvent
<
*
>
)
(
source
)
Remove all
Observer
of a single
RuntimeEvent
.
abstract
fun
unsubscribeAll
(
vararg
events
:
RuntimeEvent
<
*
>
)
(
source
)
Remove all
Observer
of multiple
RuntimeEvent
.