MetaPhrase

An open source translation editor for native mobile app localization.

View project on GitHub

//MetaPhrase/com.github.diegoberaldin.metaphrase.feature.projects.list.presentation/ProjectListComponent/Intent

Intent

interface Intent

View intents.

Inheritors

 
OpenRecent
RemoveFromRecent
CloseDialog

Types

Name Summary
CloseDialog [jvm]
object CloseDialog : ProjectListComponent.Intent
Close the currently opened dialog.
OpenRecent [jvm]
data class OpenRecent(val value: RecentProjectModel) : ProjectListComponent.Intent
Open a recent project.
RemoveFromRecent [jvm]
data class RemoveFromRecent(val value: RecentProjectModel) : ProjectListComponent.Intent
Remove an item from the recent project list .