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