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/Intent

Intent

interface Intent

View intents.

Inheritors

 
SetUsername
SetPassword
Submit

Types

Name Summary
SetPassword [jvm]
data class SetPassword(val value: String) : LoginComponent.Intent
Set password.
SetUsername [jvm]
data class SetUsername(val value: String) : LoginComponent.Intent
Set username.
Submit [jvm]
object Submit : LoginComponent.Intent
Submit intent.