kodein-di
Toggle table of contents
7.28.0
common
Platform filter
common
Switch theme
Search in API
kodein-di
kodein-di
/
org.kodein.di
/
DI
/
Builder
/
onReady
on
Ready
abstract
fun
onReady
(
cb
:
DirectDI
.
(
)
->
Unit
)
Adds a callback that will be called once the DI object is configured and instantiated.
Parameters
cb
The callback.