//MetaPhrase/com.github.diegoberaldin.metaphrase.feature.translate.messages.presentation/MessageListComponent/Intent/ReloadMessages
ReloadMessages
data class ReloadMessages(val language: LanguageModel, val filter: TranslationUnitTypeFilter, val projectId: Int) : MessageListComponent.Intent
Reload the message list. It should be called for the first loading operation, for subsequent ones the Refresh intent is enough
Parameters
jvm
language | current language used in the search |
filter | message filter used in the search |
projectId | current project id |
Constructors
ReloadMessages | [jvm] constructor(language: LanguageModel, filter: TranslationUnitTypeFilter, projectId: Int) |
Properties
Name | Summary |
---|---|
filter | [jvm] val filter: TranslationUnitTypeFilter |
language | [jvm] val language: LanguageModel |
projectId | [jvm] val projectId: Int |