Add documentation to LoggedInAppScopeFlowNode.
This commit is contained in:
parent
51d92ae6a8
commit
e47d137c6a
1 changed files with 5 additions and 0 deletions
|
|
@ -42,6 +42,11 @@ import io.element.android.libraries.matrix.api.MatrixClient
|
||||||
import io.element.android.libraries.matrix.ui.di.MatrixUIBindings
|
import io.element.android.libraries.matrix.ui.di.MatrixUIBindings
|
||||||
import kotlinx.parcelize.Parcelize
|
import kotlinx.parcelize.Parcelize
|
||||||
|
|
||||||
|
/**
|
||||||
|
* `LoggedInAppScopeFlowNode` is a Node responsible to set up the Dagger
|
||||||
|
* [io.element.android.libraries.di.SessionScope]. It has only one child: [LoggedInFlowNode].
|
||||||
|
* This allow to inject objects with SessionScope in the constructor of [LoggedInFlowNode].
|
||||||
|
*/
|
||||||
@ContributesNode(AppScope::class)
|
@ContributesNode(AppScope::class)
|
||||||
class LoggedInAppScopeFlowNode @AssistedInject constructor(
|
class LoggedInAppScopeFlowNode @AssistedInject constructor(
|
||||||
@Assisted buildContext: BuildContext,
|
@Assisted buildContext: BuildContext,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue