SplashViewModel
class SplashViewModel(val dispatchersProvider: DispatchersProvider, val splashNavigationUseCase: SplashNavigationUseCase, val splashRouter: SplashRouter, val onError: (Throwable) -> Unit = {}) : BaseMviViewModel<EmptyState, EmptyIntent, EmptyEffect> (source)
Coordinates SplashViewModel behavior in the SDAI presentation layer.
Author
Dmitriy Moroz
Constructors
Link copied to clipboard
constructor(dispatchersProvider: DispatchersProvider, splashNavigationUseCase: SplashNavigationUseCase, splashRouter: SplashRouter, onError: (Throwable) -> Unit = {})
Properties
Link copied to clipboard
Link copied to clipboard
Exposes the dispatchersProvider value used by the SDAI presentation layer.
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Exposes the splashNavigationUseCase value used by the SDAI presentation layer.
Link copied to clipboard
Exposes the splashRouter value used by the SDAI presentation layer.
Link copied to clipboard