createScope |
fun Fragment.createScope(source: Any? = null): Scope |
fragmentScope |
Provide scope tied to Fragment fun Fragment.fragmentScope(): LifecycleScopeDelegate |
getScopeOrNull |
fun Fragment.getScopeOrNull(): Scope? |
requireScopeActivity |
fun <T : ScopeActivity> Fragment.requireScopeActivity(): T |
scopeActivity |
val Fragment.scopeActivity: ScopeActivity? |