MetaPhrase

An open source translation editor for native mobile app localization.

View project on GitHub

//MetaPhrase/com.github.diegoberaldin.feature.main.settings.dialog.login.presentation/LoginComponent/Effect

Effect

interface Effect

Effects.

Inheritors

 
Done

Types

Name Summary
Done [jvm]
data class Done(val username: String, val password: String) : LoginComponent.Effect
Done.