activityRetainedScope |
fun ComponentActivity.activityRetainedScope(): Lazy<Scope> |
activityScope |
Provide Koin Scope tied to ComponentActivity fun ComponentActivity.activityScope(): LifecycleScopeDelegate |
createScope |
fun ComponentActivity.createScope(source: Any? = null): Scope |
getScopeOrNull |
fun ComponentActivity.getScopeOrNull(): Scope? |