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.

Functions

Link copied to clipboard

Renders the SplashScreen UI for the SDAI presentation layer.

Link copied to clipboard
fun SplashScreenContent(modifier: Modifier = Modifier)

Renders the SplashScreenContent UI for the SDAI presentation layer.