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/Effect

Effect

interface Effect

Effects.

Inheritors

 
Selection
AddToGlossary

Types

Name Summary
AddToGlossary [jvm]
data class AddToGlossary(val lemma: String, val lang: String) : MessageListComponent.Effect
Events emitted when new terms should be added to the glossary.
Selection [jvm]
data class Selection(val index: Int) : MessageListComponent.Effect
Event triggered with the index of the message being edited (needed to scroll the list programmatically)