kotlin.reflect.KClass |
|
kotlin.reflect.KMutableProperty0 |
|
kotlin.String |
getFloatProperty |
Retrieve a float property fun Koin.getFloatProperty(key: String, defaultValue: Float): Floatfun Koin.getFloatProperty(key: String): Float? |
getIntProperty |
Retrieve an int property fun Koin.getIntProperty(key: String, defaultValue: Int): Intfun Koin.getIntProperty(key: String): Int? |
setFloatProperty |
Save a float property fun Koin.setFloatProperty(key: String, value: Float): Unit |
setIntProperty |
Save an int property fun Koin.setIntProperty(key: String, value: Int): Unit |