//MetaPhrase/com.github.diegoberaldin.metaphrase.feature.main.presentation/RootComponent/Intent/Export
Export
data class Export(val path: String, val type: ResourceFileType) : RootComponent.Intent
Export messages to a resource file.
Parameters
jvm
| path | file path |
| type | resource type |
Constructors
| Export | [jvm] constructor(path: String, type: ResourceFileType) |
Properties
| Name | Summary |
|---|---|
| path | [jvm] val path: String |
| type | [jvm] val type: ResourceFileType |