MetaPhrase

An open source translation editor for native mobile app localization.

View project on GitHub

//MetaPhrase/com.github.diegoberaldin.metaphrase.feature.translate.dialog.newsegment.presentation/NewSegmentComponent/Intent

Intent

interface Intent

View intents.

Inheritors

 
SetKey
SetText
Close
Submit

Types

Name Summary
Close [jvm]
object Close : NewSegmentComponent.Intent
Close the dialog.
SetKey [jvm]
data class SetKey(val value: String) : NewSegmentComponent.Intent
Set the message key.
SetText [jvm]
data class SetText(val value: String) : NewSegmentComponent.Intent
Set the message text.
Submit [jvm]
object Submit : NewSegmentComponent.Intent
Confirm creation of segment with current key and message.