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

Search

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

Search for messages matching the textual query.

Parameters

jvm

   
text text to search

Constructors

   
Search [jvm]
constructor(text: String)

Properties

Name Summary
text [jvm]
val text: String