fun Application.bindBool(id: Int, key: String): Unit
Bind an Android Boolean to Koin property |
|
fun Application.bindInt(id: Int, key: String): Unit
Bind an Android Integer to Koin property |
|
fun Application.bindString(id: Int, key: String): Unit
Bind an Android String to Koin property |
|
fun Application.startKoin(application: Application, modules: List<Module>, extraProperties: Map<String, Any> = HashMap(), loadProperties: Boolean = true, logger: Logger = AndroidLogger()): Unitfun Application.startKoin(modules: List<Module>, extraProperties: Map<String, Any> = HashMap(), loadProperties: Boolean = true, logger: Logger = AndroidLogger()): Unit
Create a new Koin Context |