DownloadPrompt

data class DownloadPrompt(val message: Message, val languageTags: List<String>, val estimatedSizeMb: Int) : TranslationDialogState(source)

Ask the user to confirm downloading the missing languageTags models (~estimatedSizeMb MB).

Constructors

Link copied to clipboard
constructor(message: Message, languageTags: List<String>, estimatedSizeMb: Int)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard