class LifecycleScopeDelegate : ReadOnlyProperty<LifecycleOwner, Scope>
<init> |
LifecycleScopeDelegate(lifecycleOwner: LifecycleOwner, koinContext: KoinContext = GlobalContext, createScope: (Koin) -> Scope = { koin: Koin -> koin.createScope(lifecycleOwner.getScopeId(), lifecycleOwner.getScopeName()) }) |
lifecycleOwner |
val lifecycleOwner: LifecycleOwner |
getValue |
fun getValue(thisRef: LifecycleOwner, property: KProperty<*>): Scope |