app
Toggle table of contents
androidJvm
Target filter
androidJvm
Switch theme
Search in API
Skip to content
app
app
/
com.example.clientapplication.ui.login
Package-level
declarations
Types
Functions
Types
Login
State
Link copied to clipboard
sealed
class
LoginState
Represents UI states for the login flow.
Login
View
Model
Link copied to clipboard
class
LoginViewModel
(
application
:
Application
)
:
AndroidViewModel
ViewModel that manages login network requests and UI state.
Functions
Login
Screen
Link copied to clipboard
@
Composable
fun
LoginScreen
(
onBack
:
(
)
->
Unit
,
onLoginSuccess
:
(
)
->
Unit
,
loginViewModel
:
LoginViewModel
=
viewModel()
)