//MetaPhrase/com.github.diegoberaldin.metaphrase.domain.formats.ios/ExportIosResourcesUseCase
ExportIosResourcesUseCase
[jvm]
interface ExportIosResourcesUseCase
Contract for the export iOS resources use case.
Functions
Name | Summary |
---|---|
invoke | [jvm] abstract suspend operator fun invoke(segments: List<SegmentModel>, path: String) Serialize the list of segments into the stringtable format and save it to a destination. |