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/Intent/SetSegmentText

SetSegmentText

data class SetSegmentText(val text: String) : MessageListComponent.Intent

Set the current segment text (intended for user initiated interaction).

Parameters

jvm

   
text string to set

Constructors

   
SetSegmentText [jvm]
constructor(text: String)

Properties

Name Summary
text [jvm]
val text: String