SplashViewModel

class SplashViewModel(    prepareApplication: PrepareApplicationUseCase,     openNextScreenUseCase: OpenNextScreenUseCase,     startupTimeAnalytics: ActivityStartupTimeAnalytics,     screenTracker: ScreenTracker) : ViewModel

Constructors

Link copied to clipboard
constructor(prepareApplication: PrepareApplicationUseCase, openNextScreenUseCase: OpenNextScreenUseCase, startupTimeAnalytics: ActivityStartupTimeAnalytics, screenTracker: ScreenTracker)

Functions

Link copied to clipboard