OnBoardingViewModel
class OnBoardingViewModel(val launchSource: LaunchSource, val dispatchersProvider: DispatchersProvider, val router: OnBoardingRouter, val splashNavigationUseCase: SplashNavigationUseCase, val preferenceManager: PreferenceManager, val buildInfoProvider: BuildInfoProvider) : BaseMviViewModel<OnBoardingState, OnBoardingIntent, EmptyEffect> (source)
Coordinates OnBoardingViewModel behavior in the SDAI presentation layer.
Author
Dmitriy Moroz
Constructors
Link copied to clipboard
constructor(launchSource: LaunchSource, dispatchersProvider: DispatchersProvider, router: OnBoardingRouter, splashNavigationUseCase: SplashNavigationUseCase, preferenceManager: PreferenceManager, buildInfoProvider: BuildInfoProvider)
Properties
Link copied to clipboard
Exposes the buildInfoProvider value used by the SDAI presentation layer.
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 launchSource value used by the SDAI presentation layer.
Link copied to clipboard
Exposes the preferenceManager value used by the SDAI presentation layer.
Link copied to clipboard
Exposes the router value used by the SDAI presentation layer.
Link copied to clipboard
Exposes the splashNavigationUseCase value used by the SDAI presentation layer.
Link copied to clipboard