AndroidScopeComponent |
Android Component that can handle a Koin Scope interface AndroidScopeComponent |
ScopeService |
ScopeService abstract class ScopeService : Service, AndroidScopeComponent |
android.app.Service |
createScope |
fun <T : ComponentCallbacks> T.createScope(source: Any? = null): Scope |
getOrCreateScope |
fun <T : ComponentCallbacks> T.getOrCreateScope(): Lazy<Scope> |
getScopeOrNull |
fun <T : ComponentCallbacks> T.getScopeOrNull(): Scope? |
newScope |
fun <T : ComponentCallbacks> T.newScope(): Lazy<Scope> |