//MetaPhrase/com.github.diegoberaldin.metaphrase.feature.main.presentation/RootComponent/DialogConfig/ExportDialog
ExportDialog
[jvm]
data class ExportDialog(val type: ResourceFileType) : RootComponent.DialogConfig
Export messages dialog.
Constructors
ExportDialog | [jvm] constructor(type: ResourceFileType) Create ExportDialog |
Properties
Name | Summary |
---|---|
type | [jvm] val type: ResourceFileType resource type |