Package ru.surf.other.ui.screens.signIn

Functions

Preview
Link copied to clipboard
@Preview(uiMode = 16, device = "id:pixel_4")
@Preview(uiMode = 32, device = "id:Nexus 6")
@Composable
private fun Preview()
@Preview(uiMode = 16, device = "id:pixel_4")
@Preview(uiMode = 32, device = "id:Nexus 6")
@Composable
private fun Preview()
SignInBody
Link copied to clipboard
@Composable
fun SignInBody(loading: Boolean = false, commonError: String? = null, onActions: (SignInActions) -> Unit = {}, backDispatcher: OnBackPressedDispatcher? = null)

Body page SignInScreen

SignInForm
Link copied to clipboard
@Composable
fun SignInForm(loading: Boolean = false, onActions: (SignInActions) -> Unit = {})

Form page SignInBody

SignInScreen
Link copied to clipboard
@Composable
fun SignInScreen(viewModel: OtherViewModel, onActions: (SignInActions) -> Unit = {})

Base page fun for initialization