AppRootViewModel

class AppRootViewModel(eventBus: EventBus, activeDeviceMonitor: ActiveDeviceMonitor) : ViewModel

Constructors

Link copied to clipboard
constructor(eventBus: EventBus, activeDeviceMonitor: ActiveDeviceMonitor)

Types

Link copied to clipboard
sealed class State

Properties

Link copied to clipboard
val state: MutableStateFlow<AppRootViewModel.State>
Link copied to clipboard
expect val viewModelScope: CoroutineScope

Functions

Link copied to clipboard
Link copied to clipboard