Package-level declarations

Types

Link copied to clipboard
Link copied to clipboard
class MapGptSettings(debugModeRepository: DebugModeRepository, settingsRepository: SettingsRepository)
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