MetaPhrase

An open source translation editor for native mobile app localization.

View project on GitHub

//MetaPhrase/com.github.diegoberaldin.metaphrase.feature.translate.messages.presentation/MessageListComponent/UiState/UiState

UiState

[jvm]
constructor(units: List<TranslationUnit> = emptyList(), editingIndex: Int? = null, currentLanguage: LanguageModel? = null, editingEnabled: Boolean = true, updateTextSwitch: Boolean = false, canFetchMore: Boolean = true, isLoading: Boolean = false, isShowingGlobalProgress: Boolean = false, spellingErrors: List<SpellCheckCorrection> = emptyList())

Create UiState