TranslationDialogState

sealed interface TranslationDialogState(source)

State of the translation-model download dialog on the message screen.

Inheritors

Types

Link copied to clipboard
data class Downloading(val message: Message) : TranslationDialogState
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