//MetaPhrase/com.github.diegoberaldin.metaphrase.feature.main.dialog.settings.presentation/SettingsComponent/Intent/SetMachineTranslationKey
SetMachineTranslationKey
data class SetMachineTranslationKey(val value: String) : SettingsComponent.Intent
Set machine translation API key.
Parameters
jvm
value | API key to set |
Constructors
SetMachineTranslationKey | [jvm] constructor(value: String) |
Properties
Name | Summary |
---|---|
value | [jvm] val value: String |