AppScreenViewModel

class AppScreenViewModel @Inject constructor(appScreenEvents: AppScreenEvents, userSessionManager: UserSessionManager, healthSummaryService: HealthSummaryService, navigator: Navigator) : ViewModel

Constructors

Link copied to clipboard
@Inject
constructor(appScreenEvents: AppScreenEvents, userSessionManager: UserSessionManager, healthSummaryService: HealthSummaryService, navigator: Navigator)

Properties

Link copied to clipboard
val uiState: StateFlow<AppUiState>

Functions

Link copied to clipboard
open fun addCloseable(closeable: AutoCloseable)
fun addCloseable(key: String, closeable: AutoCloseable)
Link copied to clipboard
Link copied to clipboard
fun onAction(action: Action)