Package-level declarations
Types
Link copied to clipboard
open class SettingsViewModel(radioConfigRepository: ERROR CLASS: Symbol not found for RadioConfigRepository, radioController: ERROR CLASS: Symbol not found for RadioController, nodeRepository: ERROR CLASS: Symbol not found for NodeRepository, uiPrefs: ERROR CLASS: Symbol not found for UiPrefs, buildConfigProvider: ERROR CLASS: Symbol not found for BuildConfigProvider, databaseManager: ERROR CLASS: Symbol not found for DatabaseManager, meshLogPrefs: ERROR CLASS: Symbol not found for MeshLogPrefs, setThemeUseCase: ERROR CLASS: Symbol not found for SetThemeUseCase, setLocaleUseCase: ERROR CLASS: Symbol not found for SetLocaleUseCase, setAppIntroCompletedUseCase: ERROR CLASS: Symbol not found for SetAppIntroCompletedUseCase, setProvideLocationUseCase: ERROR CLASS: Symbol not found for SetProvideLocationUseCase, setDatabaseCacheLimitUseCase: ERROR CLASS: Symbol not found for SetDatabaseCacheLimitUseCase, setMeshLogSettingsUseCase: ERROR CLASS: Symbol not found for SetMeshLogSettingsUseCase, meshLocationUseCase: ERROR CLASS: Symbol not found for MeshLocationUseCase, exportDataUseCase: ERROR CLASS: Symbol not found for ExportDataUseCase, isOtaCapableUseCase: ERROR CLASS: Symbol not found for IsOtaCapableUseCase) : <ERROR CLASS> ERROR CLASS: Symbol not found for ViewModel
Functions
Link copied to clipboard
Shared About/Acknowledgements screen using the multiplatform LibrariesContainer composable and produceLibraries from the AboutLibraries KMP library.
Link copied to clipboard
Link copied to clipboard
fun DeviceConfigurationScreen(viewModel: RadioConfigViewModel, onBack: () -> Unit, onNavigate: (ERROR CLASS: Symbol not found for Route) -> Unit)
Link copied to clipboard
fun ModuleConfigurationScreen(viewModel: RadioConfigViewModel, excludedModulesUnlocked: Boolean, onBack: () -> Unit, onNavigate: (ERROR CLASS: Symbol not found for Route) -> Unit)
Link copied to clipboard
fun SettingsScreen(settingsViewModel: SettingsViewModel, viewModel: RadioConfigViewModel, onClickNodeChip: (Int) -> Unit = {}, onNavigate: (Route) -> Unit = {})