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

StartEditing

data class StartEditing(val index: Int) : MessageListComponent.Intent

Start editing a given message.

Parameters

jvm

   
index index of the message to edit

Constructors

   
StartEditing [jvm]
constructor(index: Int)

Properties

Name Summary
index [jvm]
val index: Int