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

ScrollToMessage

data class ScrollToMessage(val key: String) : MessageListComponent.Intent

Scroll to a given message.

Parameters

jvm

   
key identifier (key) of the message

Constructors

   
ScrollToMessage [jvm]
constructor(key: String)

Properties

Name Summary
key [jvm]
val key: String