//MetaPhrase/com.github.diegoberaldin.metaphrase.feature.main.presentation/RootComponent/Intent/OpenImportDialog
OpenImportDialog
data class OpenImportDialog(val type: ResourceFileType) : RootComponent.Intent
Open the import dialog for the current language.
Parameters
jvm
| type | resource file type |
Constructors
| OpenImportDialog | [jvm] constructor(type: ResourceFileType) |
Properties
| Name | Summary |
|---|---|
| type | [jvm] val type: ResourceFileType |