MapGptSettings

class MapGptSettings(debugModeRepository: DebugModeRepository, observeIsPreferLocalTtsUseCase: ObserveIsPreferLocalTtsUseCase)

Constructors

Link copied to clipboard
constructor(debugModeRepository: DebugModeRepository, observeIsPreferLocalTtsUseCase: ObserveIsPreferLocalTtsUseCase)

Properties

Link copied to clipboard
val endpointType: Flow<String?>
Link copied to clipboard
Link copied to clipboard
val isEnabled: Flow<Boolean>
Link copied to clipboard
Link copied to clipboard
val language: Flow<Locale?>
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
fun setChatEnabled(enabled: Boolean)
Link copied to clipboard
fun setEnabled(enabled: Boolean)
Link copied to clipboard
Link copied to clipboard
fun setLanguage(language: Locale?)
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard