HealthRecordViewModel

class HealthRecordViewModel @AssistedInject constructor(@Assisted recordType: RecordType, appScreenEvents: AppScreenEvents, uiStateMapper: HealthUiStateMapper, healthRepository: HealthRepository, messageNotifier: MessageNotifier) : ViewModel

Constructors

Link copied to clipboard
@AssistedInject
constructor(@Assisted recordType: RecordType, appScreenEvents: AppScreenEvents, uiStateMapper: HealthUiStateMapper, healthRepository: HealthRepository, messageNotifier: MessageNotifier)

Types

Link copied to clipboard
@AssistedFactory
interface Factory

Properties

Link copied to clipboard
val uiState: StateFlow<HealthUiState>

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(healthAction: HealthAction)