Package-level declarations

Types

Link copied to clipboard
Link copied to clipboard
class MapGptSettings(debugModeRepository: DebugModeRepository, observeIsPreferLocalTtsUseCase: ObserveIsPreferLocalTtsUseCase)
Link copied to clipboard
class MapGptSettingsViewModel(val mapGptManager: MapGptManagerImpl, sessionIdRepository: SessionIdRepository, conversationIdRepository: ConversationIdRepository, authenticationRepository: AuthenticationRepository, languageRepository: LanguageRepository, carouselRepository: CarouselRepository, mapGptSettings: MapGptSettings, localChatOwner: LocalChatOwner, observeDebugMenuVisibility: ObserveIsDebugModeEnabledUseCase, isDebugModeEnabledUseCase: IsDebugModeEnabledUseCase) : ViewModel

Functions

Link copied to clipboard
fun MapGptSettingsScreen(navController: NavController, viewModel: MapGptSettingsViewModel = koinViewModel(), buttonViewModel: BluetoothButtonSelectorViewModel = koinViewModel())
Link copied to clipboard
fun LazyListScope.mapGptWakeWordProviderSelect(mapGptCore: MapGptCore = MapGptCore())
Link copied to clipboard
fun MapGptWakeWordSwitch(mapGptCore: MapGptCore = MapGptCore())
Link copied to clipboard
fun VoiceInterrupterEnabledSwitch(mapGptCore: MapGptCore = MapGptCore())