MetaPhrase

An open source translation editor for native mobile app localization.

View project on GitHub

//MetaPhrase/com.github.diegoberaldin.metaphrase.feature.translate.presentation/TranslateComponent/DialogConfig

DialogConfig

interface DialogConfig : Parcelable

Available dialog configurations for the dialog slot.

Inheritors

 
None
NewSegment
NewGlossaryTerm

Types

Name Summary
NewGlossaryTerm [jvm]
data class NewGlossaryTerm(val target: String) : TranslateComponent.DialogConfig
New glossary term dialog
NewSegment [jvm]
object NewSegment : TranslateComponent.DialogConfig
New segment dialog
None [jvm]
object None : TranslateComponent.DialogConfig
No dialog (close any current dialog)