com.hedgehog.gdzietabiedra.ribs.bottomnav / BottomNavRouter
BottomNavRouter
class BottomNavRouter : ViewRouter<
BottomNavView
,
BottomNavInteractor
,
Component
>
(source)
Adds and removes children of {@link BottomNavBuilder.BottomNavScope}.
TODO describe the possible child configurations of this scope.
Constructors
Name | Summary |
---|---|
<init> | BottomNavRouter(view: BottomNavView , interactor: BottomNavInteractor , component: Component ) Adds and removes children of {@link BottomNavBuilder.BottomNavScope}. |