com.hedgehog.gdzietabiedra.ribs.bottomnav.map / MapInteractor

MapInteractor

class MapInteractor : BaseInteractor<MapPresenter, MapRouter> (source)

Coordinates Business Logic for MapBuilder.MapScope.

Types

Name Summary
MapPresenter interface MapPresenter
Presenter interface implemented by this RIB’s view.

Constructors

Name Summary
<init> MapInteractor()
Coordinates Business Logic for MapBuilder.MapScope.

Properties

Name Summary
analytics lateinit var analytics: Analytics
locationWatchdog lateinit var locationWatchdog: LocationWatchdog
mapEvents lateinit var mapEvents: PublishRelay<MapEvent>
presenter lateinit var presenter: MapPresenter
shopsService lateinit var shopsService: ShopService

Inherited Properties

Name Summary
modelKey val modelKey: String

Functions

Name Summary
didBecomeActive fun didBecomeActive(savedInstanceState: Bundle?): Unit
getRibName fun getRibName(): String

Inherited Functions

Name Summary
addDisposable fun addDisposable(disposable: Disposable): Unit
addToDisposables fun Disposable.addToDisposables(): Unit
onSaveInstanceState open fun onSaveInstanceState(outState: Bundle): Unit
restoreRouter open fun <T : Router<out Interactor<*, *>, out InteractorBaseComponent<*>>> restoreRouter(clazz: Class<T>, childInfo: Serializable?): Unit
willResignActive open fun willResignActive(): Unit