com.hedgehog.gdzietabiedra.ribs.bottomnav.map / MapInteractor / MapPresenter
MapPresenter
interface MapPresenter (source)
Presenter interface implemented by this RIB’s view.
Functions
| Name | Summary | 
|---|---|
| initView | abstract fun initView(): Single<MapProvider> | 
    
| navigationButtonListener | abstract fun navigationButtonListener(): Observable<Unit> | 
    
| startNavigation | abstract fun startNavigation(shop: Shop): Unit | 
    
| switchNavigationButton | abstract fun switchNavigationButton(visible: Boolean): Unit | 
    
Inheritors
| Name | Summary | 
|---|---|
| MapView | class MapView : FrameLayout, MapPresenterTop level view for {@link MapBuilder.MapScope}.  |