MetaPhrase

An open source translation editor for native mobile app localization.

View project on GitHub

//MetaPhrase/com.github.diegoberaldin.metaphrase.feature.translate.panel.machinetranslation.presentation/MachineTranslationComponent/Effect/Share

Share

[jvm]
data class Share(val successful: Boolean) : MachineTranslationComponent.Effect

Events triggered after a message share with the MT provider.

Constructors

   
Share [jvm]
constructor(successful: Boolean)
Create Share

Properties

Name Summary
successful [jvm]
val successful: Boolean
whether the operation was successful