MetaPhrase

An open source translation editor for native mobile app localization.

View project on GitHub

//MetaPhrase/com.github.diegoberaldin.metaphrase.feature.projects.dialog.newproject.presentation/CreateProjectComponent/Effect/Done

Done

[jvm]
data class Done(val projectId: Int?) : CreateProjectComponent.Effect

Done.

Constructors

   
Done [jvm]
constructor(projectId: Int?)
Create Done

Properties

Name Summary
projectId [jvm]
val projectId: Int?
Project ID (null if this is an existing project being edited)