Package-level declarations

Types

Link copied to clipboard
class DeviceTabsViewModel(activeDeviceMonitor: ActiveDeviceMonitor, activeDeviceSelector: ActiveDeviceSelector, scope: CoroutineScope? = null) : ViewModel

Functions

Link copied to clipboard
Link copied to clipboard
fun DeviceTabsWidgetContent(state: DeviceTabsViewModel.State, modifier: Modifier = Modifier, strings: Strings = LocalStrings.current, onSelect: (DeviceTabsViewModel.State.DeviceTabEntry) -> Unit, onAddNewDevice: () -> Unit)