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