Package-level declarations

Types

Link copied to clipboard
class MapGptEndpointRepository(mapGptSettings: MapGptSettings, remoteConfigRepository: RemoteConfigRepository)
Link copied to clipboard
class MapGptSettings(debugModeRepository: DebugModeRepository, observeIsPreferLocalTtsUseCase: ObserveIsPreferLocalTtsUseCase)
Link copied to clipboard
class MapGptSettingsViewModel(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(viewModel: MapGptSettingsViewModel = koinViewModel(), buttonViewModel: BluetoothButtonSelectorViewModel = koinViewModel())