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