SuggestionScreenViewModel

internal class SuggestionScreenViewModel @Inject constructor(suggestionDatumRepository: MergedAudienceSuggestionDatumRepository, settingsRepository: SettingsRepository) : ViewModel

Constructors

Link copied to clipboard
@Inject
constructor(suggestionDatumRepository: MergedAudienceSuggestionDatumRepository, settingsRepository: SettingsRepository)

Properties

Link copied to clipboard
val categoryDatumToSuggestion: Map<IdeaCategoryODS, StateFlow<IdeaUIState>>
Link copied to clipboard

Functions

Link copied to clipboard
open fun addCloseable(closeable: AutoCloseable)
fun addCloseable(key: String, closeable: AutoCloseable)
Link copied to clipboard
internal fun clear()
Link copied to clipboard
Link copied to clipboard
protected open fun onCleared()
Link copied to clipboard
internal fun resetAllCategories()
Link copied to clipboard
internal fun updateSuggestionXFor(ic: IdeaCategoryODS)