com.hedgehog.gdzietabiedra.ribs.bottomnav.shopslist / ShopsListInteractor

ShopsListInteractor

class ShopsListInteractor : BaseInteractor<ShopsListPresenter, ShopsListRouter> (source)

Types

Name Summary
ShopsListPresenter interface ShopsListPresenter

Constructors

Name Summary
<init> ShopsListInteractor()

Properties

Name Summary
analytics lateinit var analytics: Analytics
listener lateinit var listener: ShopListListener
locationWatchdog lateinit var locationWatchdog: LocationWatchdog
presenter lateinit var presenter: ShopsListPresenter
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