Package-level declarations
Types
Link copied to clipboard
class SplashViewModel(val dispatchersProvider: DispatchersProvider, val splashNavigationUseCase: SplashNavigationUseCase, val splashRouter: SplashRouter, val onError: (Throwable) -> Unit = {}) : BaseMviViewModel<EmptyState, EmptyIntent, EmptyEffect>
Coordinates SplashViewModel behavior in the SDAI presentation layer.