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

ChangeSegmentText

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

Change segment text programmatically (intended for application initiated interaction).

Parameters

jvm

   
text string to set

Constructors

   
ChangeSegmentText [jvm]
constructor(text: String)

Properties

Name Summary
text [jvm]
val text: String