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

SetKey

data class SetKey(val value: String) : NewSegmentComponent.Intent

Set the message key.

Parameters

jvm

   
value Value

Constructors

   
SetKey [jvm]
constructor(value: String)

Properties

Name Summary
value [jvm]
val value: String