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
/
subscribe
subscribe
abstract
fun
subscribe
(
observer
:
RuntimeEvent.Observer
<
*
>
)
(
source
)
Add a single
Observer
.
abstract
fun
subscribe
(
vararg
observers
:
RuntimeEvent.Observer
<
*
>
)
(
source
)
Add multiple
Observer
.