com.hedgehog.gdzietabiedra.ribs / RootBuilder
RootBuilder
class RootBuilder : ViewBuilder<
RootView
,
RootRouter
,
ParentComponent
>
(source)
Builder for the {@link RootScope}.
TODO describe this scope’s responsibility as a whole.
Types
Name | Summary |
---|---|
BuilderComponent | interface BuilderComponent |
Component | interface Component : InteractorBaseComponent< RootInteractor >, BuilderComponent , ParentComponent , ParentComponent , ParentComponent , ParentComponent , ParentComponent |
Module | abstract class Module |
ParentComponent | interface ParentComponent |
Constructors
Name | Summary |
---|---|
<init> | RootBuilder(dependency: ParentComponent ) Builder for the {@link RootScope}. |
Functions
Name | Summary |
---|---|
build | fun build(parentViewGroup: ViewGroup ): RootRouter Builds a new RootRouter. |
inflateView | fun inflateView(inflater: LayoutInflater , parentViewGroup: ViewGroup ): RootView ? |