MetaPhrase

An open source translation editor for native mobile app localization.

View project on GitHub

//MetaPhrase/com.github.diegoberaldin.metaphrase.domain.spellcheck.usecase/ValidateSpellingUseCase/InputItem

InputItem

[jvm]
data class InputItem(val key: String, val message: String)

Input parameter object.

Constructors

   
InputItem [jvm]
constructor(key: String, message: String)
Create InputItem

Properties

Name Summary
key [jvm]
val key: String
message key
message [jvm]
val message: String
message text