Package com.keygenqt.viewer.android.features.other.ui.screens.signIn

Functions

Preview
Link copied to clipboard
@Preview(uiMode = 16, device = "id:pixel_4")
@Preview(uiMode = 32, device = "id:pixel_4")
@Composable
private fun Preview()
@Preview(uiMode = 16, device = "id:pixel_4")
@Preview(uiMode = 32, device = "id:pixel_4")
@Composable
private fun Preview()
SignInBody
Link copied to clipboard
@Composable
fun SignInBody(error: String?, loading: Boolean, response: SecurityModel?, formFields: FormFieldsState, uriHandler: UriHandler? = null, navDispatcher: NavigationDispatcher? = null, onActions: (SignInActions) -> Unit = {})
SignInForm
Link copied to clipboard
@Composable
fun SignInForm(formFields: FormFieldsState, loading: Boolean = false, submitClick: () -> Unit = {})

Form page SignInBody

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

Base page fun for initialization