TranslationDialogState
State of the translation-model download dialog on the message screen.
Inheritors
Types
Link copied to clipboard
Link copied to clipboard
data class DownloadPrompt(val message: Message, val languageTags: List<String>, val estimatedSizeMb: Int) : TranslationDialogState
Ask the user to confirm downloading the missing languageTags models (~estimatedSizeMb MB).
Link copied to clipboard